Home
last modified time | relevance | path

Searched refs:HasFormVisible (Results 1 - 21 of 21) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp491 * @tc.name: test HasFormVisible function.
492 * @tc.desc: Verify that the HasFormVisible interface is called normally and the return value is right.
516 EXPECT_EQ(true, formMgrService.HasFormVisible(tokenId)); in HWTEST_F()
520 EXPECT_EQ(false, formMgrService.HasFormVisible(tokenId)); in HWTEST_F()
523 EXPECT_EQ(false, formMgrService.HasFormVisible(tokenId)); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h164 bool HasFormVisible(const uint32_t tokenId);
/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));
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h80 bool HasFormVisible(const uint32_t tokenId) override
/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
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp776 * @tc.desc: Verify HasFormVisible
781 EXPECT_CALL(*mockFormMgrService, HasFormVisible(_)) in HWTEST_F()
785 bool result = formMgrProxy->HasFormVisible(tokenId); in HWTEST_F()
/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);
/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;
/foundation/ability/form_fwk/services/src/
H A Dform_dump_mgr.cpp112 formInfos += " hasFormVisible [" + std::to_string(FormMgrAdapter::GetInstance().HasFormVisible(tokenId)) + "]\n"; in DumpHasFormVisible()
H A Dform_mgr_service.cpp472 bool FormMgrService::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgrService
480 return FormMgrAdapter::GetInstance().HasFormVisible(tokenId); in HasFormVisible()
H A Dform_mgr_adapter.cpp892 bool FormMgrAdapter::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp83 bool HasFormVisible(const uint32_t tokenId) override
/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()
/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
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2339 * @tc.desc: Verify HasFormVisible
2344 EXPECT_CALL(*mockProxy, HasFormVisible(_)) in HWTEST_F()
2348 bool result = FormMgr::GetInstance().HasFormVisible(tokenId); in HWTEST_F()
3386 * @tc.desc: Verify HasFormVisible
3394 bool result = FormMgr::GetInstance().HasFormVisible(tokenId); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp540 bool FormMgrProxy::HasFormVisible(const uint32_t tokenId) in HasFormVisible() function in OHOS::AppExecFwk::FormMgrProxy
H A Dform_mgr_stub.cpp545 * @brief Handle HasFormVisible message.
554 bool result = HasFormVisible(tokenId); in HandleHasFormVisible()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp3040 EXPECT_CALL(*mockFormMgrService, HasFormVisible(_)) in HWTEST_F()

Completed in 45 milliseconds