Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
Dapp_mgr_stub.h134 int32_t HandleRegisterAppForegroundStateObserver(MessageParcel &data, MessageParcel &reply);
/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
Dapp_mgr_stub_test.cpp462 auto res = mockAppMgrService_->HandleRegisterAppForegroundStateObserver(data, reply);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
Dapp_mgr_stub.cpp257 return HandleRegisterAppForegroundStateObserver(data, reply); in OnRemoteRequestInnerFifth()
1313 int32_t AppMgrStub::HandleRegisterAppForegroundStateObserver(MessageParcel &data, MessageParcel &re… in HandleRegisterAppForegroundStateObserver() function in OHOS::AppExecFwk::AppMgrStub