Home
last modified time | relevance | path

Searched refs:DISCONNECT_REMOTE_ABILITY (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/
H A Ddms_hisysevent_report.h27 constexpr const char* DISCONNECT_REMOTE_ABILITY = "DISCONNECT_REMOTE_ABILITY"; member
36 constexpr const char* DISCONNECT_REMOTE_ABILITY = "DISCONNECT_ABILITY_FAILED"; member
H A Ddms_hitrace_constants.h30 constexpr const char* DISCONNECT_REMOTE_ABILITY = "DISCONNECT_REMOTE_ABILITY"; member
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributedsched_ipc_interface_code.h28 DISCONNECT_REMOTE_ABILITY = 7, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
/foundation/window/window_manager/window_scene/session_manager/include/
H A Ddistributed_client.h41 DISCONNECT_REMOTE_ABILITY = 7, enumerator
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddms_hisysevent_report_test.cpp131 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::DISCONNECT_REMOTE_ABILITY, eventResult, in HWTEST_F()
229 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::DISCONNECT_REMOTE_ABILITY, in HWTEST_F()
H A Ddistributed_sched_stub_test.cpp816 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_REMOTE_ABILITY); in HWTEST_F()
836 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_REMOTE_ABILITY); in HWTEST_F()
861 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_REMOTE_ABILITY); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.h66 DISCONNECT_REMOTE_ABILITY = 7, enumerator
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_adapter.cpp97 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::DISCONNECT_REMOTE_ABILITY, in DisconnectAbility()
H A Ddistributed_sched_stub.cpp117 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_REMOTE_ABILITY)] = in InitLocalFuncsInner()
784 DmsHiTraceChain hiTraceChain(TraceValue::DISCONNECT_REMOTE_ABILITY); in DisconnectRemoteAbilityInner()
785 HITRACE_METER_NAME(TraceTag::DSCHED, TraceValue::DISCONNECT_REMOTE_ABILITY); in DisconnectRemoteAbilityInner()
794 BehaviorEventParam eventParam = { EventCallingType::LOCAL, BehaviorEvent::DISCONNECT_REMOTE_ABILITY, result }; in DisconnectRemoteAbilityInner()
876 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::DISCONNECT_REMOTE_ABILITY, result }; in DisconnectAbilityFromRemoteInner()
H A Ddistributed_sched_proxy.cpp316 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::DISCONNECT_REMOTE_ABILITY), in DisconnectRemoteAbility()
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/
H A Ddistributed_client.cpp101 PARCEL_TRANSACT_SYNC_RET_INT(remote, DISCONNECT_REMOTE_ABILITY, data, reply); in DisconnectRemoteAbility()

Completed in 14 milliseconds