Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h201 int MoveAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp517 return MoveAbilityToBackgroundInner(data, reply); in OnRemoteRequestInnerThirteenth()
909 int AbilityManagerStub::MoveAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply) in MoveAbilityToBackgroundInner() function in OHOS::AAFwk::AbilityManagerStub
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp549 * Function: MoveAbilityToBackgroundInner
551 * FunctionPoints: AbilityManagerService MoveAbilityToBackgroundInner
553 * CaseDescription: Verify the function MoveAbilityToBackgroundInner is normal flow.
559 auto res = stub_->MoveAbilityToBackgroundInner(data, reply); in HWTEST_F()

Completed in 13 milliseconds