/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 30 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; member 39 constexpr const char* START_CONTINUATION = "START_CONTINUATION_FAILED"; member
|
H A D | dms_hitrace_constants.h | 33 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributedsched_ipc_interface_code.h | 31 START_CONTINUATION = 11, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 42 START_CONTINUATION = 11, enumerator
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 97 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_CONTINUATION, eventResult, in HWTEST_F() 197 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_CONTINUATION, in HWTEST_F()
|
H A D | distributed_sched_stub_test.cpp | 585 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION); in HWTEST_F() 605 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION); in HWTEST_F() 638 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/fuzztest/abilitystubstartcontinuation_fuzzer/ |
H A D | abilitystubstartcontinuation_fuzzer.cpp | 38 uint32_t code = static_cast<uint32_t>(AbilityManagerInterfaceCode::START_CONTINUATION); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 67 START_CONTINUATION = 11, enumerator
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_ipc_interface_code.h | 417 START_CONTINUATION = 1101, member in OHOS::AAFwk::AbilityManagerInterfaceCode
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 111 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION)] = in InitLocalFuncsInner() 644 DmsHiTraceChain hiTraceChain(TraceValue::START_CONTINUATION); in StartContinuationInner() 645 HITRACE_METER_NAME(TraceTag::DSCHED, TraceValue::START_CONTINUATION); in StartContinuationInner() 670 ReportEvent(*want, BehaviorEvent::START_CONTINUATION, result, callerUid); in StartContinuationInner()
|
H A D | distributed_sched_proxy.cpp | 207 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION), in StartContinuation()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 175 PARCEL_TRANSACT_SYNC_RET_INT(remote, START_CONTINUATION, data, reply); in StartContinuation()
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_proxy_test/ |
H A D | ability_manager_proxy_test.cpp | 522 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::START_CONTINUATION), mock_->code_); in HWTEST_F() 540 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::START_CONTINUATION), mock_->code_); in HWTEST_F() 615 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::START_CONTINUATION), mock_->code_); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_stub.cpp | 164 if (interfaceCode == AbilityManagerInterfaceCode::START_CONTINUATION) { in OnRemoteRequestInnerFourth()
|
H A D | ability_manager_proxy.cpp | 2476 auto error = SendRequest(AbilityManagerInterfaceCode::START_CONTINUATION, data, reply, option); in StartContinuation()
|