/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 66 formMgr.DumpFormTimerByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_proxy.h | 38 MOCK_METHOD2(DumpFormTimerByFormId, int(int64_t formId, std::string &isTimingService));
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 66 formMgrService.DumpFormTimerByFormId(formId, isTimingService); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 63 formMgrProxy.DumpFormTimerByFormId(formId, isTimingService); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 208 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 40 MOCK_METHOD2(DumpFormTimerByFormId, int(int64_t formId, std::string &isTimingService));
|
H A D | mock_form_mgr_service.h | 47 MOCK_METHOD2(DumpFormTimerByFormId, int(const std::int64_t formId, std::string &isTimingService));
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/ |
H A D | mock_form_mgr_adapter.cpp | 319 int FormMgrAdapter::DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) const in DumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgrAdapter
|
H A D | fms_form_mgr_service_test2.cpp | 889 * @tc.name: test DumpFormTimerByFormId function. 890 * @tc.desc: Verify that the DumpFormTimerByFormId interface is called normally 900 EXPECT_EQ(formMgrService.DumpFormTimerByFormId(formId, isTimingService), ERR_APPEXECFWK_FORM_PERMISSION_DENY_SYS); in HWTEST_F() 903 EXPECT_EQ(formMgrService.DumpFormTimerByFormId(formId, isTimingService), ERR_OK); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 100 int32_t DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 115 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 222 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override;
|
H A D | form_mgr_adapter.h | 214 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) const;
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 225 virtual int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) = 0;
|
H A D | form_mgr_proxy.h | 190 virtual int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override;
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 103 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test.cpp | 572 * @tc.desc: test DumpFormTimerByFormId function.
584 EXPECT_EQ(ERR_OK, formMgrAdapter.DumpFormTimerByFormId(formId, isTimingService));
in HWTEST_F() 590 * @tc.desc: test DumpFormTimerByFormId function.
602 EXPECT_EQ(ERR_OK, formMgrAdapter.DumpFormTimerByFormId(formId, isTimingService));
in HWTEST_F()
|
H A D | fms_form_mgr_adapter_test2.cpp | 423 * @tc.desc: test DumpFormTimerByFormId function and the return value is ERR_OK.
435 EXPECT_EQ(ERR_OK, formMgrAdapter.DumpFormTimerByFormId(formId, isTimingService));
in HWTEST_F() 441 * @tc.desc: test DumpFormTimerByFormId function and the return value is ERR_OK.
453 EXPECT_EQ(ERR_OK, formMgrAdapter.DumpFormTimerByFormId(formId, isTimingService));
in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 495 int FormMgr::DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) in DumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgr 508 return remoteProxy_->DumpFormTimerByFormId(formId, isTimingService); in DumpFormTimerByFormId()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 578 int FormMgrService::DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) in DumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgrService 583 return FormMgrAdapter::GetInstance().DumpFormTimerByFormId(formId, isTimingService); in DumpFormTimerByFormId()
|
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/ |
H A D | fms_form_render_stub_test.cpp | 253 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 409 * @tc.desc: Verify DumpFormTimerByFormId 414 EXPECT_CALL(*mockProxy, DumpFormTimerByFormId(_, _)) in HWTEST_F() 419 auto result = FormMgr::GetInstance().DumpFormTimerByFormId(formId, isTimingService); in HWTEST_F() 3487 * @tc.desc: Verify DumpFormTimerByFormId 3495 auto result = FormMgr::GetInstance().DumpFormTimerByFormId(FORM_ID, isTimingService); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 1808 * @tc.desc: test DumpFormTimerByFormId function 1822 int32_t result = proxy->DumpFormTimerByFormId(formId, isTimingService); in HWTEST_F() 1828 * @tc.desc: test DumpFormTimerByFormId function and return ERR_APPEXECFWK_FORM_COMMON_CODE 1844 int32_t result = proxy->DumpFormTimerByFormId(formId, isTimingService); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/ |
H A D | form_mgr_stub_test.cpp | 894 EXPECT_CALL(*mockFormMgrService, DumpFormTimerByFormId(_, _)) in HWTEST_F() 918 EXPECT_CALL(*mockFormMgrService, DumpFormTimerByFormId(_, _)) in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 683 int FormMgrProxy::DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) in DumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgrProxy
|