Searched refs:CONNECT_REMOTE_ABILITY (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 26 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_REMOTE_ABILITY"; variable 35 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_ABILITY_FAILED"; variable
|
H A D | dms_hitrace_constants.h | 29 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_REMOTE_ABILITY"; variable
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 80 …BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::CONNECT_REMOTE_ABILITY, event… 181 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY,
|
H A D | distributed_sched_stub_test.cpp | 745 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 D | distributedsched_ipc_interface_code.h | 27 CONNECT_REMOTE_ABILITY = 6, enumerator
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 40 CONNECT_REMOTE_ABILITY = 6, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 65 CONNECT_REMOTE_ABILITY = 6, enumerator
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 115 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 D | distributed_sched_adapter.cpp | 73 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY, in ConnectAbility()
|
H A D | distributed_sched_proxy.cpp | 291 …_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY), in ConnectRemoteAbility()
|
/ohos5.0/foundation/ability/dmsfwk/ |
H A D | hisysevent.yaml | 28 CONNECT_REMOTE_ABILITY:
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 77 PARCEL_TRANSACT_SYNC_RET_INT(remote, CONNECT_REMOTE_ABILITY, data, reply); in ConnectRemoteAbility()
|