Searched refs:AllowAbilityBackground (Results 1 – 10 of 10) sorted by relevance
56 bool AbilityControllerStub::AllowAbilityBackground(const std::string &bundleName) in AllowAbilityBackground() function in OHOS::AppExecFwk::AbilityControllerStub79 bool ret = AllowAbilityBackground(pkg); in HandleAllowAbilityBackground()
57 bool AbilityControllerProxy::AllowAbilityBackground(const std::string &bundleName) in AllowAbilityBackground() function in OHOS::AppExecFwk::AbilityControllerProxy
31 MOCK_METHOD1(AllowAbilityBackground, bool(const std::string &bundleName));
48 virtual bool AllowAbilityBackground(const std::string &bundleName) = 0;
47 virtual bool AllowAbilityBackground(const std::string &bundleName) override;
54 virtual bool AllowAbilityBackground(const std::string &bundleName) override;
39 virtual bool AllowAbilityBackground(const std::string& bundleName) override;
838 EXPECT_CALL(*mockAbilityController, AllowAbilityBackground(_)).Times(1).WillOnce(Return(false));
8244 bool isResume = abilityController_->AllowAbilityBackground(bundleName); in IsAbilityControllerForeground()