Searched refs:CONNECT_REMOTE_ABILITY (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 26 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_REMOTE_ABILITY"; member 35 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_ABILITY_FAILED"; member
|
H A D | dms_hitrace_constants.h | 29 constexpr const char* CONNECT_REMOTE_ABILITY = "CONNECT_REMOTE_ABILITY"; member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributedsched_ipc_interface_code.h | 27 CONNECT_REMOTE_ABILITY = 6, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 40 CONNECT_REMOTE_ABILITY = 6, enumerator
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 80 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::CONNECT_REMOTE_ABILITY, eventResult, in HWTEST_F() 181 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY, in HWTEST_F()
|
H A D | distributed_sched_stub_test.cpp | 738 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY); in HWTEST_F() 758 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY); in HWTEST_F() 789 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 65 CONNECT_REMOTE_ABILITY = 6, enumerator
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_adapter.cpp | 73 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::CONNECT_REMOTE_ABILITY, in ConnectAbility()
|
H A D | distributed_sched_stub.cpp | 115 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY)] = in InitLocalFuncsInner() 756 DmsHiTraceChain hiTraceChain(TraceValue::CONNECT_REMOTE_ABILITY); in ConnectRemoteAbilityInner() 757 HITRACE_METER_NAME(TraceTag::DSCHED, TraceValue::CONNECT_REMOTE_ABILITY); in ConnectRemoteAbilityInner() 774 ReportEvent(*want, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, callerUid); in ConnectRemoteAbilityInner() 845 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::CONNECT_REMOTE_ABILITY, result, in ConnectAbilityFromRemoteInner()
|
H A D | distributed_sched_proxy.cpp | 291 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::CONNECT_REMOTE_ABILITY), in ConnectRemoteAbility()
|
/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()
|
Completed in 12 milliseconds