Searched refs:ON_ALLOW_LIST_CHANGED (Results 1 - 5 of 5) sorted by relevance
/foundation/resourceschedule/device_standby/frameworks/include/ |
H A D | standby_ipc_interface_code.h | 26 ON_ALLOW_LIST_CHANGED, member in OHOS::DevStandbyMgr::StandbySubscriberInterfaceCode
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_subscriber_stub.cpp | 48 case (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)): { in OnRemoteRequestInner()
|
/foundation/resourceschedule/device_standby/frameworks/src/ |
H A D | standby_service_subscriber_proxy.cpp | 80 static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED), data, reply, option); in OnAllowListChanged()
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/ |
H A D | standby_client_unit_test.cpp | 158 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)), data, reply, option); in HWTEST_F() 160 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)) + 1, data, reply, option); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/test/unittest/ |
H A D | standby_service_unit_test.cpp | 929 (static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED)), data, reply, option); in HWMTEST_F() 931 static_cast<uint32_t>(StandbySubscriberInterfaceCode::ON_ALLOW_LIST_CHANGED) + 1, data, reply, option); in HWMTEST_F()
|
Completed in 4 milliseconds