/ohos5.0/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,
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 68 formMgrAdapter.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 76 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 82 formMgrProxy.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/ |
H A D | form_extension_context_mock_test.h | 158 int NotifyFormsEnableUpdate( in NotifyFormsEnableUpdate() function
|
/ohos5.0/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, in NotifyFormsEnableUpdate() function
|
/ohos5.0/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,
|
/ohos5.0/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,
|
/ohos5.0/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
|
/ohos5.0/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,
|
/ohos5.0/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,
|
/ohos5.0/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, in NotifyFormsEnableUpdate() function in OHOS::FormMgrStubFuzzTest
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_test/ |
H A D | form_mgr_test.cpp | 530 EXPECT_CALL(*mockProxy, NotifyFormsEnableUpdate(_, _, _)) 540 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isProtected, token); 995 int result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isEnableUpdate, token); 1600 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isProtected, token); 3756 EXPECT_CALL(*mockProxy, NotifyFormsEnableUpdate(_, _, _)) 3763 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isProtected, token); 3869 int32_t result = FormMgr::GetInstance().NotifyFormsEnableUpdate(formIds, isProtected, token);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_mgr.cpp | 1060 int FormMgr::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgr 1078 int resultCode = remoteProxy_->NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in NotifyFormsEnableUpdate()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 980 int FormMgrService::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::FormMgrService 989 …return FormMgrAdapter::GetInstance().NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in NotifyFormsEnableUpdate()
|
/ohos5.0/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() 1831 …nction(env, exportObj, "notifyFormsEnableUpdate", moduleName, JsFormHost::NotifyFormsEnableUpdate); in JsFormHostInit()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/ |
H A D | fms_form_host_record_test.cpp | 637 formMgrService.NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken));
|
/ohos5.0/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, in NotifyFormsEnableUpdate() function in OHOS::AppExecFwk::IFormMgrTest
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 983 int32_t result = proxy->NotifyFormsEnableUpdate(formIds, true, nullptr); 1004 int32_t result = proxy->NotifyFormsEnableUpdate(formIds, true, nullptr); 1024 int32_t result = proxy->NotifyFormsEnableUpdate(formIds, true, nullptr);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_stub.cpp | 902 int32_t result = NotifyFormsEnableUpdate(formIds, isEnableUpdate, callerToken); in HandleNotifyFormsEnableUpdate()
|
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
|
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/ |
H A D | napi_form_host.cpp | 786 …asyncCallbackInfo->result = FormMgr::GetInstance().NotifyFormsEnableUpdate(asyncCallbackInfo->form… in InnerNotifyFormsEnableUpdate()
|