Home
last modified time | relevance | path

Searched refs:START_CONTINUATION (Results 1 - 15 of 15) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h30 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; member
39 constexpr const char* START_CONTINUATION = "START_CONTINUATION_FAILED"; member
H A Ddms_hitrace_constants.h33 constexpr const char* START_CONTINUATION = "START_CONTINUATION"; member
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributedsched_ipc_interface_code.h31 START_CONTINUATION = 11, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h42 START_CONTINUATION = 11, enumerator
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp97 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::START_CONTINUATION, eventResult, in HWTEST_F()
197 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::START_CONTINUATION, in HWTEST_F()
H A Ddistributed_sched_stub_test.cpp585 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 Dabilitystubstartcontinuation_fuzzer.cpp38 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 Ddistributed_client.h67 START_CONTINUATION = 11, enumerator
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_ipc_interface_code.h417 START_CONTINUATION = 1101, member in OHOS::AAFwk::AbilityManagerInterfaceCode
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp111 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 Ddistributed_sched_proxy.cpp207 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 Ddistributed_client.cpp175 PARCEL_TRANSACT_SYNC_RET_INT(remote, START_CONTINUATION, data, reply); in StartContinuation()
/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_); 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 Dability_manager_stub.cpp164 if (interfaceCode == AbilityManagerInterfaceCode::START_CONTINUATION) { in OnRemoteRequestInnerFourth()
H A Dability_manager_proxy.cpp2476 auto error = SendRequest(AbilityManagerInterfaceCode::START_CONTINUATION, data, reply, option); in StartContinuation()

Completed in 33 milliseconds