Home
last modified time | relevance | path

Searched refs:AllowAbilityBackground (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dability_controller_stub.cpp56 bool AbilityControllerStub::AllowAbilityBackground(const std::string &bundleName) in AllowAbilityBackground() function in OHOS::AppExecFwk::AbilityControllerStub
79 bool ret = AllowAbilityBackground(pkg); in HandleAllowAbilityBackground()
H A Dability_controller_proxy.cpp57 bool AbilityControllerProxy::AllowAbilityBackground(const std::string &bundleName) in AllowAbilityBackground() function in OHOS::AppExecFwk::AbilityControllerProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/mock/include/
H A Dmock_ability_controller.h31 MOCK_METHOD1(AllowAbilityBackground, bool(const std::string &bundleName));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/mock/
H A Dmock_ability_controller.h31 MOCK_METHOD1(AllowAbilityBackground, bool(const std::string &bundleName));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diability_controller.h48 virtual bool AllowAbilityBackground(const std::string &bundleName) = 0;
H A Dability_controller_proxy.h47 virtual bool AllowAbilityBackground(const std::string &bundleName) override;
H A Dability_controller_stub.h54 virtual bool AllowAbilityBackground(const std::string &bundleName) override;
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/setabilitycontroller_fuzzer/
H A Dsetabilitycontroller_fuzzer.cpp39 virtual bool AllowAbilityBackground(const std::string& bundleName) override;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_first_test/
H A Dability_manager_service_first_test.cpp838 EXPECT_CALL(*mockAbilityController, AllowAbilityBackground(_)).Times(1).WillOnce(Return(false));
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp8244 bool isResume = abilityController_->AllowAbilityBackground(bundleName); in IsAbilityControllerForeground()