Home
last modified time | relevance | path

Searched refs:cb2 (Results 1 – 6 of 6) sorted by relevance

/base/powermgr/power_manager/test/unittest/src/
Dpower_device_mode_test.cpp63 sptr<IPowerModeCallback> cb2 = new PowerModeTest2Callback(); variable
64 ret = powerMgrClient.UnRegisterPowerModeCallback(cb2);
68 ret = powerMgrClient.RegisterPowerModeCallback(cb2);
72 ret = powerMgrClient.RegisterPowerModeCallback(cb2);
Dpower_state_machine_test.cpp221 sptr<IPowerStateCallback> cb2 = new PowerStateTest2Callback(); variable
222 powerMgrClient.UnRegisterPowerStateCallback(cb2);
224 powerMgrClient.RegisterPowerStateCallback(cb2);
226 powerMgrClient.RegisterPowerStateCallback(cb2);
Dnative_power_state_machine_test.cpp103 sptr<IPowerStateCallback> cb2 = nullptr; variable
104 stateMachine->RegisterPowerStateCallback(cb2);
105 stateMachine->UnRegisterPowerStateCallback(cb2);
/base/hiviewdfx/hiview/test/resource/base/
Devent_logger_config7 event id="" name="RESUME01" action="b,s=123,n=cb2,pb:0" interval="40"
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_action_hub_test.cpp264 const sptr<IThermalActionCallback> cb2 = new ThermalActionTest2Callback(); variable
267 thermalMgrClient.SubscribeThermalActionCallback(actionList, desc, cb2);
274 thermalMgrClient.UnSubscribeThermalActionCallback(cb2);
/base/powermgr/thermal_manager/test/systemtest/src/
Dthermal_mgr_interface_test.cpp325 const sptr<IThermalTempCallback> cb2 = new ThermalTempTest2Callback(); variable
559 const sptr<IThermalLevelCallback> cb2 = new ThermalLevelTest2Callback(); variable
560 thermalMgrClient.SubscribeThermalLevelCallback(cb2);
581 thermalMgrClient.UnSubscribeThermalLevelCallback(cb2);