Searched refs:_commonService (Results 1 – 2 of 2) sorted by relevance
1311 _commonService = new IODTNVRAMVariables; in start()1313 …if (!_commonService || !_commonService->init(gAppleNVRAMGuid, _format->getSystemPartitionActive())… in start()1315 OSSafeReleaseNULL(_commonService); in start()1319 _commonService->setName("options-common"); in start()1321 if (!_commonService->attach(this)) { in start()1323 OSSafeReleaseNULL(_commonService); in start()1327 if (!_commonService->start(this)) { in start()1329 _commonService->detach(this); in start()1330 OSSafeReleaseNULL(_commonService); in start()
95 IODTNVRAMVariables *_commonService; variable