Home
last modified time | relevance | path

Searched refs:HandleCommonEvent (Results 1 - 8 of 8) sorted by relevance

/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_unit_test.cpp196 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 Dstandby_service_stub.h58 ErrCode HandleCommonEvent(MessageParcel& data, MessageParcel& reply);
/foundation/resourceschedule/device_standby/plugins/standby_state/include/
H A Dstate_manager_adapter.h52 void HandleCommonEvent(const StandbyMessage& message);
/foundation/resourceschedule/device_standby/frameworks/src/
H A Dstandby_service_stub.cpp68 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 Dstate_manager_adapter.cpp92 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 Dstandby_service.cpp372 StandbyServiceImpl::GetInstance()->HandleCommonEvent(resType, value, sceneInfo); in HandleEvent()
H A Dstandby_service_impl.cpp1074 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 Dstandby_service_impl.h115 ErrCode HandleCommonEvent(const uint32_t resType, const int64_t value, const std::string &sceneInfo);

Completed in 8 milliseconds