Home
last modified time | relevance | path

Searched refs:POWER_MANAGER_THERMAL_SERVICE_ID (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/powermgr/thermal_manager/test/common/src/
H A Dmock_thermal_mgr_client.cpp51 sptr<IRemoteObject> remoteObject_ = sam->CheckSystemAbility(POWER_MANAGER_THERMAL_SERVICE_ID); in Connect()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_service_test.cpp72 g_service->OnAddSystemAbility(POWER_MANAGER_THERMAL_SERVICE_ID, deviceId);
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h214 POWER_MANAGER_THERMAL_SERVICE_ID = 3303, enumerator
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/
H A Dthermal_mgr_client.cpp51 sptr<IRemoteObject> remoteObject_ = sam->CheckSystemAbility(POWER_MANAGER_THERMAL_SERVICE_ID); in Connect()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs205 pub const POWER_MANAGER_THERMAL_SERVICE_ID: i32 = 3303; const
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_utils.cpp103 { POWER_MANAGER_THERMAL_SERVICE_ID, "ThermalService" },
/ohos5.0/base/powermgr/thermal_manager/services/native/src/
H A Dthermal_service.cpp56 ThermalService::ThermalService() : SystemAbility(POWER_MANAGER_THERMAL_SERVICE_ID, true) {} in ThermalService()