/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 68 formMgrAdapter.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_proxy.h | 44 MOCK_METHOD3(NotifyFormsEnableUpdate, int(const std::vector<int64_t> &formIds, bool isProtected,
|
/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 76 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 82 formMgrProxy.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/form_fwk/interfaces/kits/native/include/ |
H A D | form_mgr.h | 371 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_mgr_proxy.h | 46 MOCK_METHOD3(NotifyFormsEnableUpdate, int(const std::vector<int64_t> &formIds, bool isProtected,
|
H A D | mock_form_mgr_service.h | 60 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 D | mock_form_mgr_adapter.cpp | 241 int FormMgrAdapter::NotifyFormsEnableUpdate( in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgrAdapter 244 GTEST_LOG_(INFO) << "NotifyFormsEnableUpdate called " << g_notifyFormsEnableUpdate; in NotifyFormsEnableUpdate()
|
H A D | fms_form_mgr_service_test.cpp | 430 * @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 D | mock_form_mgr_service.h | 136 int32_t NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 158 int NotifyFormsEnableUpdate(
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_mgr_service.h | 313 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
H A D | form_mgr_adapter.h | 367 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 300 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
H A D | form_mgr_proxy.h | 265 virtual int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 139 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 525 * @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 D | js_form_host.cpp | 350 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 D | fms_form_host_record_test.cpp | 626 * @tc.desc: test NotifyFormsEnableUpdate function. 637 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken)); in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 1056 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 D | form_mgr_service.cpp | 979 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 D | fms_form_mgr_proxy_test.cpp | 970 * @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 D | fms_form_render_stub_test.cpp | 289 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate,
|
/foundation/ability/form_fwk/frameworks/js/napi/formHost/ |
H A D | napi_form_host.cpp | 786 asyncCallbackInfo->result = FormMgr::GetInstance().NotifyFormsEnableUpdate(asyncCallbackInfo->formIds, in InnerNotifyFormsEnableUpdate()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 1145 int FormMgrProxy::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgrProxy
|