Home
last modified time | relevance | path

Searched refs:CONNECT_REMOTE_ABILITY (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h26 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_REMOTE_ABILITY"; variable
35 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_ABILITY_FAILED"; variable
H A Ddms_hitrace_constants.h29 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_REMOTE_ABILITY"; variable
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp80 …BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::CONNECT_REMOTE_ABILITY, event…
181 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY,
H A Ddistributed_sched_stub_test.cpp745 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY);
765 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY);
796 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributedsched_ipc_interface_code.h27 CONNECT_REMOTE_ABILITY = 6, enumerator
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h40 CONNECT_REMOTE_ABILITY = 6, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h65 CONNECT_REMOTE_ABILITY = 6, enumerator
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp115 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY)] = in InitLocalFuncsInner()
731 DmsHiTraceChain hiTraceChain(TraceValue::CONNECT_REMOTE_ABILITY); in ConnectRemoteAbilityInner()
732 HITRACE_METER_NAME(TraceTag::DSCHED, TraceValue::CONNECT_REMOTE_ABILITY); in ConnectRemoteAbilityInner()
749 ReportEvent(*want, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, callerUid); in ConnectRemoteAbilityInner()
814 …rEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, in ConnectAbilityFromRemoteInner()
H A Ddistributed_sched_adapter.cpp73 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY, in ConnectAbility()
H A Ddistributed_sched_proxy.cpp291 …_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY), in ConnectRemoteAbility()
/ohos5.0/foundation/ability/dmsfwk/
H A Dhisysevent.yaml28 CONNECT_REMOTE_ABILITY:
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp77 PARCEL_TRANSACT_SYNC_RET_INT(remote, CONNECT_REMOTE_ABILITY, data, reply); in ConnectRemoteAbility()