Home
last modified time | relevance | path

Searched refs:DUMP_ABILITY_RUNNER_INNER (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_scheduler_interface.h389 DUMP_ABILITY_RUNNER_INNER, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_scheduler_stub_test/
H A Dability_scheduler_stub_test.cpp269 …auto res = stub_->OnRemoteRequest(IAbilityScheduler::DUMP_ABILITY_RUNNER_INNER, data, reply, optio…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_scheduler_proxy_test/
H A Dability_scheduler_proxy_test.cpp347 EXPECT_EQ(IAbilityScheduler::DUMP_ABILITY_RUNNER_INNER, mock_->code_);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp139 case DUMP_ABILITY_RUNNER_INNER: in OnRemoteRequestInnerSecond()
H A Dability_scheduler_proxy.cpp1087 … int32_t err = SendTransactCmd(IAbilityScheduler::DUMP_ABILITY_RUNNER_INNER, data, reply, option); in DumpAbilityInfo()