/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/ |
H A D | form_manager_access_proxy.h | 45 virtual bool HasFormVisible(const uint32_t tokenId) = 0; 62 bool HasFormVisible(const uint32_t tokenId) override;
|
H A D | form_manager_access_client.h | 37 bool HasFormVisible(const uint32_t tokenId);
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/ |
H A D | form_manager_access_client.cpp | 83 bool FormManagerAccessClient::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::Security::AccessToken::FormManagerAccessClient 90 return proxy->HasFormVisible(tokenId); in HasFormVisible()
|
H A D | form_manager_access_proxy.cpp | 91 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 D | form_extension_context_mock_test.h | 90 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 80 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 164 bool HasFormVisible(const uint32_t tokenId);
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 36 MOCK_METHOD1(HasFormVisible, bool(const uint32_t tokenId));
|
H A D | mock_form_mgr_service.h | 41 MOCK_METHOD1(HasFormVisible, bool(const uint32_t tokenId));
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/ |
H A D | form_mgr_proxy_test.cpp | 781 EXPECT_CALL(*mockFormMgrService, HasFormVisible(_)) 785 bool result = formMgrProxy->HasFormVisible(tokenId);
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_dump_mgr.cpp | 112 … hasFormVisible [" + std::to_string(FormMgrAdapter::GetInstance().HasFormVisible(tokenId)) + "]… in DumpHasFormVisible()
|
H A D | form_mgr_service.cpp | 473 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 D | form_mgr_interface.h | 189 virtual bool HasFormVisible(const uint32_t tokenId) = 0;
|
H A D | form_mgr_proxy.h | 154 virtual bool HasFormVisible(const uint32_t tokenId) override;
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | fms_form_mgr_service_test2.cpp | 515 EXPECT_EQ(true, formMgrService.HasFormVisible(tokenId)); 518 EXPECT_EQ(false, formMgrService.HasFormVisible(tokenId));
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 194 bool HasFormVisible(const uint32_t tokenId) override;
|
H A D | form_mgr_adapter.h | 148 bool HasFormVisible(const uint32_t tokenId);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 83 bool HasFormVisible(const uint32_t tokenId) override in HasFormVisible() function in OHOS::FormMgrStubFuzzTest
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | locator_background_proxy.cpp | 522 ret = OHOS::AppExecFwk::FormMgr::GetInstance().HasFormVisible(tokenId); in IsAppHasFormVisible()
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
H A D | temp_permission_observer.cpp | 350 bool isFormVisible = FormManagerAccessClient::GetInstance().HasFormVisible(tokenID); in IsAllowGrantTempPermission()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 388 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 D | fms_form_render_stub_test.cpp | 233 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 D | form_mgr_test.cpp | 2344 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 D | form_mgr_stub.cpp | 556 bool result = HasFormVisible(tokenId); in HandleHasFormVisible()
|
H A D | form_mgr_proxy.cpp | 540 bool FormMgrProxy::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgrProxy
|