Home
last modified time | relevance | path

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

/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dibackground_task_subscriber_ipc_interface_code.h23 ON_CONNECTED = FIRST_CALL_TRANSACTION, member in OHOS::BackgroundTaskMgr::IBackgroundTaskSubscriberInterfaceCode
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmemmgrservice_ipc_interface_code.h43 ON_CONNECTED = FIRST_CALL_TRANSACTION, member in OHOS::Memory::AppStateSubscriberInterfaceCode
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp45 case static_cast<uint32_t>(AppStateSubscriberInterfaceCode::ON_CONNECTED): { in OnRemoteRequestInner()
H A Dapp_state_subscriber_proxy.cpp47 static_cast<uint32_t>(AppStateSubscriberInterfaceCode::ON_CONNECTED), data, reply, option); in OnConnected()
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriberstubonremote_fuzzer/
H A Dbgtasksubscriberstubonremote_fuzzer.cpp45 uint32_t code1 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_CONNECTED); in DoSomethingInterestingWithMyAPI()
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_stub.cpp57 case static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_CONNECTED): { in OnRemoteRequestInner()
H A Dbackground_task_subscriber_proxy.cpp45 static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_CONNECTED), data, reply, option); in OnConnected()
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/
H A Dbgtask_framework_unit_test.cpp46 constexpr uint32_t ON_CONNECTED = 1; member
553 EXPECT_EQ(subscirberStub.OnRemoteRequest(ON_CONNECTED, data1, reply, option), ERR_OK); in HWTEST_F()

Completed in 5 milliseconds