Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h202 int32_t MoveUIAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp520 return MoveUIAbilityToBackgroundInner(data, reply); in OnRemoteRequestInnerThirteenth()
923 int32_t AbilityManagerStub::MoveUIAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply) in MoveUIAbilityToBackgroundInner() function in OHOS::AAFwk::AbilityManagerStub
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp565 * Function: MoveUIAbilityToBackgroundInner
567 * FunctionPoints: AbilityManagerService MoveUIAbilityToBackgroundInner
569 * CaseDescription: Verify the function MoveUIAbilityToBackgroundInner is normal flow.
575 auto res = stub_->MoveUIAbilityToBackgroundInner(data, reply); in HWTEST_F()

Completed in 12 milliseconds