Home
last modified time | relevance | path

Searched refs:NotifyFormsEnableUpdate (Results 1 - 25 of 29) sorted by relevance

12

/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/
H A Dformmgradapterthree_fuzzer.cpp68 formMgrAdapter.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_form_mgr_proxy.h44 MOCK_METHOD3(NotifyFormsEnableUpdate, int(const std::vector<int64_t> &formIds, bool isProtected,
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/
H A Dformmgrservice_fuzzer.cpp76 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/
H A Dformmgrproxy_fuzzer.cpp82 formMgrProxy.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h371 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h46 MOCK_METHOD3(NotifyFormsEnableUpdate, int(const std::vector<int64_t> &formIds, bool isProtected,
H A Dmock_form_mgr_service.h60 MOCK_METHOD3(NotifyFormsEnableUpdate, int(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dmock_form_mgr_adapter.cpp241 int FormMgrAdapter::NotifyFormsEnableUpdate( in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgrAdapter
244 GTEST_LOG_(INFO) << "NotifyFormsEnableUpdate called " << g_notifyFormsEnableUpdate; in NotifyFormsEnableUpdate()
H A Dfms_form_mgr_service_test.cpp430 * @tc.name: test NotifyFormsEnableUpdate function.
431 * @tc.desc: Verify that the NotifyFormsEnableUpdate interface is called normally and the return value is ERR_OK.
441 EXPECT_EQ(formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken), ERR_OK); in HWTEST_F()
445 EXPECT_EQ(formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken), in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_form_mgr_service.h136 int32_t NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dform_extension_context_mock_test.h158 int NotifyFormsEnableUpdate(
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h313 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
H A Dform_mgr_adapter.h367 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h300 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
H A Dform_mgr_proxy.h265 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp139 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp525 * @tc.desc: Verify NotifyFormsEnableUpdate
530 EXPECT_CALL(*mockProxy, NotifyFormsEnableUpdate(_, _, _)) in HWTEST_F()
540 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isProtected, token); in HWTEST_F()
983 * @tc.desc: Verify NotifyFormsEnableUpdate
995 int result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isEnableUpdate, token); in HWTEST_F()
1586 * @tc.desc: Verify NotifyFormsEnableUpdate (The return value of mock function is not 0)
1600 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isProtected, token); in HWTEST_F()
3750 * @tc.desc: Verify NotifyFormsEnableUpdate
3756 EXPECT_CALL(*mockProxy, NotifyFormsEnableUpdate(_, _, _)) in HWTEST_F()
3763 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formId in HWTEST_F()
[all...]
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp350 static napi_value NotifyFormsEnableUpdate(napi_env env, napi_callback_info info) in NotifyFormsEnableUpdate() function in OHOS::AbilityRuntime::JsFormHost
1277 auto ret = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isEnableUpdate, in OnNotifyFormsEnableUpdate()
1836 BindNativeFunction(env, exportObj, "notifyFormsEnableUpdate", moduleName, JsFormHost::NotifyFormsEnableUpdate); in JsFormHostInit()
/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp626 * @tc.desc: test NotifyFormsEnableUpdate function.
637 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken)); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp1056 int FormMgr::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgr
1074 int resultCode = remoteProxy_->NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in NotifyFormsEnableUpdate()
1076 HILOG_ERROR("fail NotifyFormsEnableUpdate,errCode %{public}d", resultCode); in NotifyFormsEnableUpdate()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp979 int FormMgrService::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgrService
988 return FormMgrAdapter::GetInstance().NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in NotifyFormsEnableUpdate()
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/
H A Dfms_form_mgr_proxy_test.cpp970 * @tc.desc: test NotifyFormsEnableUpdate function
983 int32_t result = proxy->NotifyFormsEnableUpdate(formIds, true, nullptr); in HWTEST_F()
989 * @tc.desc: test NotifyFormsEnableUpdate function
1004 int32_t result = proxy->NotifyFormsEnableUpdate(formIds, true, nullptr); in HWTEST_F()
1010 * @tc.desc: test NotifyFormsEnableUpdate function
1024 int32_t result = proxy->NotifyFormsEnableUpdate(formIds, true, nullptr); in HWTEST_F()
/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp289 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp786 asyncCallbackInfo->result = FormMgr::GetInstance().NotifyFormsEnableUpdate(asyncCallbackInfo->formIds, in InnerNotifyFormsEnableUpdate()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp1145 int FormMgrProxy::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgrProxy

Completed in 45 milliseconds

12