Searched refs:NOTIFY_COMPLETE_CONTINUATION (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributedsched_ipc_interface_code.h | 32 NOTIFY_COMPLETE_CONTINUATION = 12, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 43 NOTIFY_COMPLETE_CONTINUATION = 12, enumerator
|
/foundation/ability/ability_runtime/test/fuzztest/abilitystubnotifycompletecontinuation_fuzzer/ |
H A D | abilitystubnotifycompletecontinuation_fuzzer.cpp | 38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::NOTIFY_COMPLETE_CONTINUATION); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 68 NOTIFY_COMPLETE_CONTINUATION = 12, enumerator
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_ipc_interface_code.h | 421 NOTIFY_COMPLETE_CONTINUATION = 1103, member in OHOS::AAFwk::AbilityManagerInterfaceCode
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 208 int32_t result = remote->SendRequest(NOTIFY_COMPLETE_CONTINUATION, data, reply, option); in NotifyCompleteContinuation()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_stub_test.cpp | 667 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_COMPLETE_CONTINUATION); in HWTEST_F() 687 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_COMPLETE_CONTINUATION); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 226 PARCEL_TRANSACT_SYNC_NORET(remote, static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_COMPLETE_CONTINUATION), in NotifyCompleteContinuation()
|
H A D | distributed_sched_stub.cpp | 113 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::NOTIFY_COMPLETE_CONTINUATION)] = in InitLocalFuncsInner()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 1357 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::NOTIFY_COMPLETE_CONTINUATION), mock_->code_); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_stub.cpp | 167 if (interfaceCode == AbilityManagerInterfaceCode::NOTIFY_COMPLETE_CONTINUATION) { in OnRemoteRequestInnerFourth()
|
H A D | ability_manager_proxy.cpp | 2504 auto error = SendRequest(AbilityManagerInterfaceCode::NOTIFY_COMPLETE_CONTINUATION, data, reply, option); in NotifyCompleteContinuation()
|
Completed in 31 milliseconds