/foundation/ability/form_fwk/test/unittest/fms_form_set_next_refresh_test/ |
H A D | fms_form_set_next_refresh_test.cpp | 82 * @tc.name: SetNextRefreshTime 91 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, formSetNextRefresh_->SetNextRefreshTime(formId, nextTime)); in HWTEST_F() 97 * @tc.name: SetNextRefreshTime 106 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formSetNextRefresh_->SetNextRefreshTime(formId, nextTime)); in HWTEST_F() 112 * @tc.name: SetNextRefreshTime 134 EXPECT_EQ(ERR_OK, formSetNextRefresh_->SetNextRefreshTime(formId, nextTime)); in HWTEST_F() 144 * @tc.name: SetNextRefreshTime 161 EXPECT_EQ(ERR_APPEXECFWK_FORM_OPERATION_NOT_SELF, formSetNextRefresh_->SetNextRefreshTime(formId, nextTime)); in HWTEST_F() 167 * @tc.name: SetNextRefreshTime 202 EXPECT_EQ(ERR_OK, formSetNextRefresh_->SetNextRefreshTime(formI in HWTEST_F() [all...] |
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_timer_mgr.cpp | 89 bool FormTimerMgr::SetNextRefreshTime(int64_t formId, long nextGapTime, int32_t userId)
in SetNextRefreshTime() function in OHOS::AppExecFwk::FormTimerMgr
|
H A D | fms_form_mgr_adapter_test.cpp | 916 * @tc.desc: test SetNextRefreshTime function.
925 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, formMgrAdapter.SetNextRefreshTime(formId, nextTime));
in HWTEST_F() 931 * @tc.desc: test SetNextRefreshTime function.
941 EXPECT_EQ(ERR_APPEXECFWK_FORM_GET_BUNDLE_FAILED, formMgrAdapter.SetNextRefreshTime(formId, nextTime));
in HWTEST_F() 947 * @tc.desc: test SetNextRefreshTime function.
959 EXPECT_EQ(ERR_APPEXECFWK_FORM_NOT_EXIST_ID, formMgrAdapter.SetNextRefreshTime(formId, nextTime));
in HWTEST_F() 965 * @tc.desc: test SetNextRefreshTime function.
977 formMgrAdapter.SetNextRefreshTime(formId, nextTime);
in HWTEST_F()
|
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 70 formMgr.SetNextRefreshTime(formId, nextTime); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formtimermgr_fuzzer/ |
H A D | formtimermgr_fuzzer.cpp | 62 formTimerMgr.SetNextRefreshTime(formId, nextGapTime, userId); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 192 int SetNextRefreshTime(const int64_t formId, const int64_t nextTime) in SetNextRefreshTime() function in OHOS::AppExecFwk::MockFormMgrService
|
/foundation/ability/form_fwk/test/unittest/fms_form_timer_mgr_test/ |
H A D | fms_form_timer_mgr_test.cpp | 904 * @tc.name: SetNextRefreshTime. 905 * @tc.desc: test SetNextRefreshTime function. 914 EXPECT_EQ(false, formTimerMgr.SetNextRefreshTime(formId, nextGapTime, userId)); in HWTEST_F() 920 * @tc.name: SetNextRefreshTime. 921 * @tc.desc: test SetNextRefreshTime function. 930 EXPECT_EQ(true, formTimerMgr.SetNextRefreshTime(formId, nextGapTime, userId)); in HWTEST_F() 936 * @tc.name: SetNextRefreshTime. 937 * @tc.desc: test SetNextRefreshTime function. 950 EXPECT_EQ(true, formTimerMgr.SetNextRefreshTime(formId, nextGapTime, userId)); in HWTEST_F() 956 * @tc.name: SetNextRefreshTime [all...] |
/foundation/ability/form_fwk/services/include/ |
H A D | form_timer_mgr.h | 99 bool SetNextRefreshTime(int64_t formId, long nextGapTime, int32_t userId = 0);
|
H A D | form_mgr_service.h | 115 int SetNextRefreshTime(const int64_t formId, const int64_t nextTime) override;
|
H A D | form_mgr_adapter.h | 229 int SetNextRefreshTime(const int64_t formId, const int64_t nextTime);
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 53 formMgrService.SetNextRefreshTime(formId, nextTime); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 264 int SetNextRefreshTime(const int64_t formId, const int64_t nextTime);
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 106 MOCK_METHOD2(SetNextRefreshTime, int32_t(const int64_t formId, const int64_t nextTime));
|
H A D | mock_form_mgr_service.h | 33 MOCK_METHOD2(SetNextRefreshTime, int(const int64_t formId, const int64_t nextTime));
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_form_mgr_service.h | 57 int32_t SetNextRefreshTime(const int64_t formId, const int64_t nextTime) override
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 62 int SetNextRefreshTime(const int64_t formId, const int64_t nextTime) override
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 111 virtual int SetNextRefreshTime(const int64_t formId, const int64_t nextTime) = 0;
|
H A D | form_mgr_proxy.h | 95 virtual int SetNextRefreshTime(const int64_t formId, const int64_t nextTime) override;
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 60 int SetNextRefreshTime(const int64_t formId, const int64_t nextTime) override
|
/foundation/ability/form_fwk/frameworks/js/napi/form_provider/ |
H A D | js_form_provider.cpp | 272 int32_t ret = FormMgr::GetInstance().SetNextRefreshTime(formId, time); in OnSetFormNextRefreshTime()
|
/foundation/ability/form_fwk/frameworks/js/napi/formProvider/ |
H A D | napi_form_provider.cpp | 458 int32_t ret = FormMgr::GetInstance().SetNextRefreshTime(formId, time); in OnSetFormNextRefreshTime()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 590 int FormMgr::SetNextRefreshTime(const int64_t formId, const int64_t nextTime) in SetNextRefreshTime() function in OHOS::AppExecFwk::FormMgr 614 return remoteProxy_->SetNextRefreshTime(formId, nextTime); in SetNextRefreshTime()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 372 int FormMgrService::SetNextRefreshTime(const int64_t formId, const int64_t nextTime) in SetNextRefreshTime() function in OHOS::AppExecFwk::FormMgrService 380 return FormMgrAdapter::GetInstance().SetNextRefreshTime(formId, nextTime); in SetNextRefreshTime()
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 449 * @tc.desc: Verify SetNextRefreshTime 456 auto result = FormMgr::GetInstance().SetNextRefreshTime(formId, nextTime); in HWTEST_F() 851 * @tc.desc: Verify SetNextRefreshTime 860 int result = FormMgr::GetInstance().SetNextRefreshTime(formId, nextTime); in HWTEST_F() 2946 * @tc.desc: Verify SetNextRefreshTime 2952 EXPECT_CALL(*mockProxy, SetNextRefreshTime(_, _)) in HWTEST_F() 2958 auto result = FormMgr::GetInstance().SetNextRefreshTime(formId, nextTime); in HWTEST_F() 3564 * @tc.desc: Verify SetNextRefreshTime 3573 auto result = FormMgr::GetInstance().SetNextRefreshTime(FORM_ID, nextTime); in HWTEST_F()
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 310 * @tc.desc: test SetNextRefreshTime function 322 int32_t result = proxy->SetNextRefreshTime(0, 0); in HWTEST_F() 328 * @tc.desc: test SetNextRefreshTime function 342 int32_t result = proxy->SetNextRefreshTime(0, 0); in HWTEST_F() 348 * @tc.desc: test SetNextRefreshTime function 361 int32_t result = proxy->SetNextRefreshTime(0, 0); in HWTEST_F()
|