Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h205 int32_t MoveUIAbilityToBackgroundInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp519 return MoveUIAbilityToBackgroundInner(data, reply); in OnRemoteRequestInnerThirteenth()
922 int32_t AbilityManagerStub::MoveUIAbilityToBackgroundInner(MessageParcel &data, MessageParcel &repl… in MoveUIAbilityToBackgroundInner() function in OHOS::AAFwk::AbilityManagerStub
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp575 auto res = stub_->MoveUIAbilityToBackgroundInner(data, reply);