Home
last modified time | relevance | path

Searched refs:MoveAbilityToBackgroundInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h204 int MoveAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp516 return MoveAbilityToBackgroundInner(data, reply); in OnRemoteRequestInnerThirteenth()
908 int AbilityManagerStub::MoveAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply) in MoveAbilityToBackgroundInner() function in OHOS::AAFwk::AbilityManagerStub
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp559 auto res = stub_->MoveAbilityToBackgroundInner(data, reply);