Home
last modified time | relevance | path

Searched refs:START_CONTINUATION (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h30 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; variable
39 constexpr const char* START_CONTINUATION = "START_CONTINUATION_FAILED"; variable
H A Ddms_hitrace_constants.h33 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp97 …BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_CONTINUATION, eventResu…
197 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_CONTINUATION,
H A Ddistributed_sched_stub_test.cpp592 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 Ddistributedsched_ipc_interface_code.h31 START_CONTINUATION = 11, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h42 START_CONTINUATION = 11, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitystubstartcontinuation_fuzzer/
H A Dabilitystubstartcontinuation_fuzzer.cpp38 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 Dability_manager_ipc_interface_code.h420 START_CONTINUATION = 1101, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h67 START_CONTINUATION = 11, enumerator
/ohos5.0/foundation/ability/dmsfwk/
H A Dhisysevent.yaml76 START_CONTINUATION:
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp111 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 Ddistributed_sched_proxy.cpp207 …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 Ddistributed_client.cpp175 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 Dability_manager_proxy_test.cpp522 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 Dability_manager_stub.cpp163 if (interfaceCode == AbilityManagerInterfaceCode::START_CONTINUATION) { in OnRemoteRequestInnerFourth()
H A Dability_manager_proxy.cpp2504 auto error = SendRequest(AbilityManagerInterfaceCode::START_CONTINUATION, data, reply, option); in StartContinuation()