Home
last modified time | relevance | path

Searched refs:DoBusinessInit (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_service.cpp91 auto executeInnerFunc = [this] { DoBusinessInit(); }; in Init()
105 bool DistributedHardwareService::DoBusinessInit() in DoBusinessInit() function in OHOS::DistributedHardware::DistributedHardwareService
109 auto executeInnerFunc = [this] { DoBusinessInit(); }; in DoBusinessInit()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp306 DoBusinessInit(); in OnAddSystemAbility()
309 bool DistributedDeviceProfileService::DoBusinessInit() in DoBusinessInit() function in OHOS::DeviceProfile::DistributedDeviceProfileService
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/
H A Ddistributed_device_profile_service.h62 bool DoBusinessInit();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/
H A Ddistributed_hardware_service.h64 bool DoBusinessInit();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwareservice/src/
H A Ddistributed_hardware_service_test.cpp266 auto ret = service.DoBusinessInit();