Home
last modified time | relevance | path

Searched refs:TRANS_ID_NOTIFY_DISPLAY_POWER_EVENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h52 TRANS_ID_NOTIFY_DISPLAY_POWER_EVENT = 1, enumerator
/ohos5.0/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp40 case TRANS_ID_NOTIFY_DISPLAY_POWER_EVENT: { in OnRemoteRequest()
H A Ddisplay_manager_agent_proxy.cpp56 if (remote->SendRequest(TRANS_ID_NOTIFY_DISPLAY_POWER_EVENT, data, reply, option) != ERR_NONE) { in NotifyDisplayPowerEvent()
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_stub_test.cpp106 … uint32_t code = static_cast<uint32_t>(IDisplayManagerAgent::TRANS_ID_NOTIFY_DISPLAY_POWER_EVENT);