Home
last modified time | relevance | path

Searched refs:ON_DISCONNECTED (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_subscriber_ipc_interface_code.h24 ON_DISCONNECTED, enumerator
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmemmgrservice_ipc_interface_code.h44 ON_DISCONNECTED, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Ddistributed_notification_service_ipc_interface_code.h118 ON_DISCONNECTED, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_local_live_view_proxy.cpp84 ErrCode result = InnerTransact(NotificationInterfaceCode::ON_DISCONNECTED, option, data, reply); in OnDisconnected()
H A Dans_subscriber_local_live_view_stub.cpp50 case static_cast<uint32_t>(NotificationInterfaceCode::ON_DISCONNECTED): { in OnRemoteRequest()
H A Dans_subscriber_stub.cpp46 case static_cast<uint32_t>(NotificationInterfaceCode::ON_DISCONNECTED): { in OnRemoteRequest()
H A Dans_subscriber_proxy.cpp83 ErrCode result = InnerTransact(NotificationInterfaceCode::ON_DISCONNECTED, option, data, reply); in OnDisconnected()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp48 case static_cast<uint32_t>(AppStateSubscriberInterfaceCode::ON_DISCONNECTED): { in OnRemoteRequestInner()
H A Dapp_state_subscriber_proxy.cpp69 … static_cast<uint32_t>(AppStateSubscriberInterfaceCode::ON_DISCONNECTED), data, reply, option); in OnDisconnected()
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriberstubonremote_fuzzer/
H A Dbgtasksubscriberstubonremote_fuzzer.cpp48 … uint32_t code2 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_DISCONNECTED); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_stub.cpp60 case static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_DISCONNECTED): { in OnRemoteRequestInner()
H A Dbackground_task_subscriber_proxy.cpp67 …static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_DISCONNECTED), data, reply, optio… in OnDisconnected()
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp47 constexpr uint32_t ON_DISCONNECTED = 2; variable
528 EXPECT_NE(subscirberStub.OnRemoteRequest(ON_DISCONNECTED, data1, reply, option), ERR_OK);