Searched refs:RELEASE_REMOTE_ABILITY (Results 1 - 11 of 11) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/dfx/ |
H A D | dms_hisysevent_report.h | 29 constexpr const char* RELEASE_REMOTE_ABILITY = "RELEASE_REMOTE_ABILITY"; member 38 constexpr const char* RELEASE_REMOTE_ABILITY = "RELEASE_ABILITY_FAILED"; member
|
H A D | dms_hitrace_constants.h | 32 constexpr const char* RELEASE_REMOTE_ABILITY = "RELEASE_REMOTE_ABILITY"; member
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributedsched_ipc_interface_code.h | 73 RELEASE_REMOTE_ABILITY = 151, member in OHOS::DistributedSchedule::IDSchedInterfaceCode
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | distributed_client.h | 53 RELEASE_REMOTE_ABILITY = 151, enumerator
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | dms_hisysevent_report_test.cpp | 148 BehaviorEventParam param = { EventCallingType::LOCAL, BehaviorEvent::RELEASE_REMOTE_ABILITY, eventResult, in HWTEST_F() 245 result = DmsHiSysEventReport::ReportFaultEvent(FaultEvent::RELEASE_REMOTE_ABILITY, in HWTEST_F()
|
H A D | distributed_sched_stub_test.cpp | 1570 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::RELEASE_REMOTE_ABILITY); in HWTEST_F() 1590 int32_t code = static_cast<uint32_t>(IDSchedInterfaceCode::RELEASE_REMOTE_ABILITY); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.h | 78 RELEASE_REMOTE_ABILITY = 151, enumerator
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_adapter.cpp | 233 DmsHiSysEventReport::ReportFaultEvent(FaultEvent::RELEASE_REMOTE_ABILITY, in ReleaseAbility()
|
H A D | distributed_sched_stub.cpp | 125 localFuncsMap_[static_cast<uint32_t>(IDSchedInterfaceCode::RELEASE_REMOTE_ABILITY)] = in InitLocalFuncsInner() 1316 DmsHiTraceChain hiTraceChain(TraceValue::RELEASE_REMOTE_ABILITY); in ReleaseRemoteAbilityInner() 1317 HITRACE_METER_NAME(TraceTag::DSCHED, TraceValue::RELEASE_REMOTE_ABILITY); in ReleaseRemoteAbilityInner() 1325 BehaviorEventParam eventParam = { EventCallingType::LOCAL, BehaviorEvent::RELEASE_REMOTE_ABILITY, result, in ReleaseRemoteAbilityInner() 1395 BehaviorEventParam eventParam = { EventCallingType::REMOTE, BehaviorEvent::RELEASE_REMOTE_ABILITY, result, in ReleaseAbilityFromRemoteInner()
|
H A D | distributed_sched_proxy.cpp | 806 PARCEL_TRANSACT_SYNC_RET_INT(remote, static_cast<uint32_t>(IDSchedInterfaceCode::RELEASE_REMOTE_ABILITY), in ReleaseRemoteAbility()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/distributed_ability_runtime/ |
H A D | distributed_client.cpp | 454 PARCEL_TRANSACT_SYNC_RET_INT(remote, RELEASE_REMOTE_ABILITY, data, reply); in ReleaseRemoteAbility()
|
Completed in 13 milliseconds