Home
last modified time | relevance | path

Searched refs:DumpFormTimerByFormId (Results 1 - 25 of 27) sorted by relevance

12

/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/
H A Dformmgr_fuzzer.cpp66 formMgr.DumpFormTimerByFormId(formId, stringData); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h38 MOCK_METHOD2(DumpFormTimerByFormId, int(int64_t formId, std::string &isTimingService));
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp66 formMgrService.DumpFormTimerByFormId(formId, isTimingService); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp63 formMgrProxy.DumpFormTimerByFormId(formId, isTimingService); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h208 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h40 MOCK_METHOD2(DumpFormTimerByFormId, int(int64_t formId, std::string &isTimingService));
H A Dmock_form_mgr_service.h47 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 Dmock_form_mgr_adapter.cpp319 int FormMgrAdapter::DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) const in DumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgrAdapter
H A Dfms_form_mgr_service_test2.cpp889 * @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 Dmock_form_mgr_service.h100 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 Dform_extension_context_mock_test.h115 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h222 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override;
H A Dform_mgr_adapter.h214 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) const;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h225 virtual int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) = 0;
H A Dform_mgr_proxy.h190 virtual int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override;
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp103 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp572 * @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 Dfms_form_mgr_adapter_test2.cpp423 * @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 Dform_mgr.cpp495 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 Dform_mgr_service.cpp578 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 Dfms_form_render_stub_test.cpp253 int DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) override
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp409 * @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 Dfms_form_mgr_proxy_test.cpp1808 * @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 Dform_mgr_stub_test.cpp894 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 Dform_mgr_proxy.cpp683 int FormMgrProxy::DumpFormTimerByFormId(const std::int64_t formId, std::string &isTimingService) in DumpFormTimerByFormId() function in OHOS::AppExecFwk::FormMgrProxy

Completed in 43 milliseconds

12