Searched refs:HandleCommonEvent (Results 1 - 8 of 8) sorted by relevance
/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_unit_test.cpp | 196 standbyStateManager_->HandleCommonEvent(message); in HWTEST_F() 602 * @tc.desc: test StateManagerAdapter of HandleCommonEvent. 610 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F() 612 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F() 614 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F() 616 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F() 618 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F() 620 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F() 622 DelayedSingleton<StateManagerAdapter>::GetInstance()->HandleCommonEvent(message); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | standby_service_stub.h | 58 ErrCode HandleCommonEvent(MessageParcel& data, MessageParcel& reply);
|
/foundation/resourceschedule/device_standby/plugins/standby_state/include/ |
H A D | state_manager_adapter.h | 52 void HandleCommonEvent(const StandbyMessage& message);
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_stub.cpp | 68 HandleCommonEvent(data, reply); in OnRemoteRequest() 306 ErrCode StandbyServiceStub::HandleCommonEvent(MessageParcel& data, MessageParcel& reply) in HandleCommonEvent() function in OHOS::DevStandbyMgr::StandbyServiceStub
|
/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | state_manager_adapter.cpp | 92 HandleCommonEvent(message); in HandleEvent() 98 void StateManagerAdapter::HandleCommonEvent(const StandbyMessage& message) in HandleCommonEvent() function in OHOS::DevStandbyMgr::StateManagerAdapter
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | standby_service.cpp | 372 StandbyServiceImpl::GetInstance()->HandleCommonEvent(resType, value, sceneInfo); in HandleEvent()
|
H A D | standby_service_impl.cpp | 1074 ErrCode StandbyServiceImpl::HandleCommonEvent(const uint32_t resType, const int64_t value, const std::string &sceneInfo) in HandleCommonEvent() function in OHOS::DevStandbyMgr::StandbyServiceImpl 1076 STANDBYSERVICE_LOGI("HandleCommonEvent resType = %{public}u, value = %{public}lld, sceneInfo = %{public}s", in HandleCommonEvent() 1152 STANDBYSERVICE_LOGE("HandleCommonEvent,There is no valid bundle name in payload"); in AppEventHandler()
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | standby_service_impl.h | 115 ErrCode HandleCommonEvent(const uint32_t resType, const int64_t value, const std::string &sceneInfo);
|
Completed in 8 milliseconds