Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_scheduler_stub_test/
H A Dability_scheduler_stub_test.cpp68 …auto res = stub_->OnRemoteRequest(IAbilityScheduler::SCHEDULE_ABILITY_TRANSACTION, data, reply, op…
90 …auto res = stub_->OnRemoteRequest(IAbilityScheduler::SCHEDULE_ABILITY_TRANSACTION, data, reply, op…
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_scheduler_proxy_test/
H A Dability_scheduler_proxy_test.cpp99 EXPECT_EQ(IAbilityScheduler::SCHEDULE_ABILITY_TRANSACTION, mock_->code_);
120 EXPECT_EQ(IAbilityScheduler::SCHEDULE_ABILITY_TRANSACTION, mock_->code_);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_scheduler_interface.h309 SCHEDULE_ABILITY_TRANSACTION = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_scheduler_stub.cpp73 case SCHEDULE_ABILITY_TRANSACTION: in OnRemoteRequestInnerFirst()
H A Dability_scheduler_proxy.cpp71 …int32_t err = SendTransactCmd(IAbilityScheduler::SCHEDULE_ABILITY_TRANSACTION, data, reply, option… in ScheduleAbilityTransaction()