/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 30 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; variable 39 constexpr const char* START_CONTINUATION = "START_CONTINUATION_FAILED"; variable
|
H A D | dms_hitrace_constants.h | 33 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; variable
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 97 …BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_CONTINUATION, eventResu… 197 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_CONTINUATION,
|
H A D | distributed_sched_stub_test.cpp | 592 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION); 612 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION); 645 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributedsched_ipc_interface_code.h | 31 START_CONTINUATION = 11, enumerator
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 42 START_CONTINUATION = 11, enumerator
|
/ohos5.0/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()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | ability_manager_ipc_interface_code.h | 420 START_CONTINUATION = 1101, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 67 START_CONTINUATION = 11, enumerator
|
/ohos5.0/foundation/ability/dmsfwk/ |
H A D | hisysevent.yaml | 76 START_CONTINUATION:
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 111 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION)] = in InitLocalFuncsInner() 619 DmsHiTraceChain hiTraceChain(TraceValue::START_CONTINUATION); in StartContinuationInner() 620 HITRACE_METER_NAME(TraceTag::DSCHED, TraceValue::START_CONTINUATION); in StartContinuationInner() 645 ReportEvent(*want, BehaviorEvent::START_CONTINUATION, result, callerUid); in StartContinuationInner()
|
H A D | distributed_sched_proxy.cpp | 207 …RCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::START_CONTINUATION), in StartContinuation()
|
/ohos5.0/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()
|
/ohos5.0/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_); 540 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::START_CONTINUATION), mock_->code_); 615 EXPECT_EQ(static_cast<uint32_t>(AbilityManagerInterfaceCode::START_CONTINUATION), mock_->code_);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_stub.cpp | 163 if (interfaceCode == AbilityManagerInterfaceCode::START_CONTINUATION) { in OnRemoteRequestInnerFourth()
|
H A D | ability_manager_proxy.cpp | 2504 auto error = SendRequest(AbilityManagerInterfaceCode::START_CONTINUATION, data, reply, option); in StartContinuation()
|