Home
last modified time | relevance | path

Searched refs:HasFormVisible (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_manager_access_proxy.h45 virtual bool HasFormVisible(const uint32_t tokenId) = 0;
62 bool HasFormVisible(const uint32_t tokenId) override;
H A Dform_manager_access_client.h37 bool HasFormVisible(const uint32_t tokenId);
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_manager_access_client.cpp83 bool FormManagerAccessClient::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::Security::AccessToken::FormManagerAccessClient
90 return proxy->HasFormVisible(tokenId); in HasFormVisible()
H A Dform_manager_access_proxy.cpp91 bool FormManagerAccessProxy::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::Security::AccessToken::FormManagerAccessProxy
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h90 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h80 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h164 bool HasFormVisible(const uint32_t tokenId);
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h36 MOCK_METHOD1(HasFormVisible, bool(const uint32_t tokenId));
H A Dmock_form_mgr_service.h41 MOCK_METHOD1(HasFormVisible, bool(const uint32_t tokenId));
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp781 EXPECT_CALL(*mockFormMgrService, HasFormVisible(_))
785 bool result = formMgrProxy->HasFormVisible(tokenId);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_dump_mgr.cpp112 … hasFormVisible [" + std::to_string(FormMgrAdapter::GetInstance().HasFormVisible(tokenId)) + "]… in DumpHasFormVisible()
H A Dform_mgr_service.cpp473 bool FormMgrService::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgrService
481 return FormMgrAdapter::GetInstance().HasFormVisible(tokenId); in HasFormVisible()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h189 virtual bool HasFormVisible(const uint32_t tokenId) = 0;
H A Dform_mgr_proxy.h154 virtual bool HasFormVisible(const uint32_t tokenId) override;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp515 EXPECT_EQ(true, formMgrService.HasFormVisible(tokenId));
518 EXPECT_EQ(false, formMgrService.HasFormVisible(tokenId));
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h194 bool HasFormVisible(const uint32_t tokenId) override;
H A Dform_mgr_adapter.h148 bool HasFormVisible(const uint32_t tokenId);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp83 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function in OHOS::FormMgrStubFuzzTest
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_background_proxy.cpp522 ret = OHOS::AppExecFwk::FormMgr::GetInstance().HasFormVisible(tokenId); in IsAppHasFormVisible()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Dtemp_permission_observer.cpp350 bool isFormVisible = FormManagerAccessClient::GetInstance().HasFormVisible(tokenID); in IsAllowGrantTempPermission()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp388 bool FormMgr::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgr
401 return remoteProxy_->HasFormVisible(tokenId); in HasFormVisible()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp233 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function in OHOS::AppExecFwk::IFormMgrTest
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2344 EXPECT_CALL(*mockProxy, HasFormVisible(_))
2348 bool result = FormMgr::GetInstance().HasFormVisible(tokenId);
3394 bool result = FormMgr::GetInstance().HasFormVisible(tokenId);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp556 bool result = HasFormVisible(tokenId); in HandleHasFormVisible()
H A Dform_mgr_proxy.cpp540 bool FormMgrProxy::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgrProxy

12