Home
last modified time | relevance | path

Searched refs:DmDistributedHardwareLoad (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/device_manager/utils/src/fwkload/standard/
H A Ddm_distributed_hardware_load.cpp25 DM_IMPLEMENT_SINGLE_INSTANCE(DmDistributedHardwareLoad);
28 void DmDistributedHardwareLoad::LoadDistributedHardwareFwk(void) in LoadDistributedHardwareFwk()
30 LOGI("enter DmDistributedHardwareLoad::LoadDistributedHardwareFwk"); in LoadDistributedHardwareFwk()
45 void DmDistributedHardwareLoad::InitDistributedHardwareLoadCount(void) in InitDistributedHardwareLoadCount()
49 uint32_t DmDistributedHardwareLoad::GetDistributedHardwareLoadCount() in GetDistributedHardwareLoadCount()
63 DmDistributedHardwareLoad::GetInstance().InitDistributedHardwareLoadCount(); in OnLoadSystemAbilitySuccess()
69 if (DmDistributedHardwareLoad::GetInstance().GetDistributedHardwareLoadCount() < MAX_LOAD_VALUE) { in OnLoadSystemAbilityFail()
70 DmDistributedHardwareLoad::GetInstance().LoadDistributedHardwareFwk(); in OnLoadSystemAbilityFail()
72 DmDistributedHardwareLoad::GetInstance().InitDistributedHardwareLoadCount(); in OnLoadSystemAbilityFail()
/foundation/distributedhardware/device_manager/utils/src/fwkload/lite/
H A Ddm_distributed_hardware_load.cpp20 DM_IMPLEMENT_SINGLE_INSTANCE(DmDistributedHardwareLoad);
21 void DmDistributedHardwareLoad::LoadDistributedHardwareFwk(void) in LoadDistributedHardwareFwk()
25 void DmDistributedHardwareLoad::InitDistributedHardwareLoadCount(void) in InitDistributedHardwareLoadCount()
29 uint32_t DmDistributedHardwareLoad::GetDistributedHardwareLoadCount(void) in GetDistributedHardwareLoadCount()
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_distributed_hardware_load.cpp43 DmDistributedHardwareLoad::GetInstance().LoadDistributedHardwareFwk(); in HWTEST_F()
44 DmDistributedHardwareLoad::GetInstance().InitDistributedHardwareLoadCount(); in HWTEST_F()
45 uint32_t ret = DmDistributedHardwareLoad::GetInstance().GetDistributedHardwareLoadCount(); in HWTEST_F()
51 DmDistributedHardwareLoad::GetInstance().InitDistributedHardwareLoadCount(); in HWTEST_F()
52 uint32_t ret = DmDistributedHardwareLoad::GetInstance().distributedHardwareLoadCount_; in HWTEST_F()
58 DmDistributedHardwareLoad::GetInstance().GetDistributedHardwareLoadCount(); in HWTEST_F()
59 uint32_t ret = DmDistributedHardwareLoad::GetInstance().distributedHardwareLoadCount_; in HWTEST_F()
69 uint32_t ret = DmDistributedHardwareLoad::GetInstance().distributedHardwareLoadCount_; in HWTEST_F()
/foundation/distributedhardware/device_manager/utils/include/fwkload/lite/
H A Ddm_distributed_hardware_load.h22 class DmDistributedHardwareLoad { class
23 DM_DECLARE_SINGLE_INSTANCE(DmDistributedHardwareLoad);
/foundation/distributedhardware/device_manager/utils/include/fwkload/standard/
H A Ddm_distributed_hardware_load.h31 class DmDistributedHardwareLoad { class
32 DM_DECLARE_SINGLE_INSTANCE(DmDistributedHardwareLoad);
/foundation/distributedhardware/device_manager/services/implementation/src/devicestate/
H A Ddm_device_state_manager.cpp140 DmDistributedHardwareLoad::GetInstance().LoadDistributedHardwareFwk(); in HandleDeviceStatusChange()
/foundation/distributedhardware/device_manager/services/implementation/src/
H A Ddevice_manager_service_impl.cpp671 DmDistributedHardwareLoad::GetInstance().LoadDistributedHardwareFwk(); in LoadHardwareFwkService()

Completed in 5 milliseconds