/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/ |
H A D | formhostrecord_fuzzer.cpp | 55 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/ |
H A D | formmgrannex_fuzzer.cpp | 48 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_new_leg_test/ |
H A D | fms_form_provider_data_new_leg_test.cpp | 610 std::set<int64_t> formIds; variable 627 std::set<int64_t> formIds; variable 644 std::set<int64_t> formIds; variable 849 std::set<int64_t> formIds; variable
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/ |
H A D | form_extension_provider_client.cpp | 162 int FormExtensionProviderClient::NotifyFormsDelete(const std::vector<int64_t> &formIds, const Want … in NotifyFormsDelete() 181 void FormExtensionProviderClient::NotifyFormExtensionsDelete(const std::vector<int64_t> &formIds, in NotifyFormExtensionsDelete() 236 int FormExtensionProviderClient::EventNotify(const std::vector<int64_t> &formIds, const int32_t for… in EventNotify() 255 void FormExtensionProviderClient::EventNotifyExtension(const std::vector<int64_t> &formIds, in EventNotifyExtension()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 55 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_proxy_test/ |
H A D | fms_form_supply_proxy_test.cpp | 344 std::vector<int64_t> formIds; variable 362 std::vector<int64_t> formIds; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/ |
H A D | mock_form_mgr_service.h | 132 const std::vector<int64_t>& formIds, in NotifyWhetherVisibleForms() 243 const std::vector<int64_t>& formIds, in LifecycleUpdate()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/ |
H A D | form_host_client.cpp | 216 void FormHostClient::OnUninstall(const std::vector<int64_t> &formIds) in OnUninstall() 370 …mHostClient::OnError(int32_t errorCode, const std::string &errorMsg, std::vector<int64_t> &formIds) in OnError() 462 void FormHostClient::OnEnableForm(const std::vector<int64_t> &formIds, const bool enable) in OnEnableForm()
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgrinner_fuzzer/ |
H A D | formrendermgrinner_fuzzer.cpp | 76 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_provider_stub.cpp | 131 std::vector<int64_t> formIds; in HandleNotifyFormsDelete() local 188 std::vector<int64_t> formIds; in HandleEventNotify() local
|
H A D | form_mgr_proxy.cpp | 409 const std::vector<int64_t> &formIds, in LifecycleUpdate() 496 const std::vector<int64_t> &formIds, in NotifyWhetherVisibleForms() 966 int FormMgrProxy::DeleteInvalidForms(const std::vector<int64_t> &formIds, const sptr<IRemoteObject>… in DeleteInvalidForms() 1056 int FormMgrProxy::NotifyFormsVisible(const std::vector<int64_t> &formIds, bool isVisible, in NotifyFormsVisible() 1097 int FormMgrProxy::NotifyFormsPrivacyProtected(const std::vector<int64_t> &formIds, bool isProtected, in NotifyFormsPrivacyProtected() 1145 int FormMgrProxy::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate, in NotifyFormsEnableUpdate() 1881 ErrCode FormMgrProxy::RegisterFormRouterProxy(const std::vector<int64_t> &formIds, in RegisterFormRouterProxy() 1909 ErrCode FormMgrProxy::UnregisterFormRouterProxy(const std::vector<int64_t> &formIds) in UnregisterFormRouterProxy() 2157 int32_t FormMgrProxy::SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() 2179 int32_t FormMgrProxy::RecycleForms(const std::vector<int64_t> &formIds, const Want &want) in RecycleForms() [all …]
|
H A D | form_provider_proxy.cpp | 114 const std::vector<int64_t> &formIds, in NotifyFormsDelete() 206 int FormProviderProxy::EventNotify(const std::vector<int64_t> &formIds, const int32_t formVisibleTy… in EventNotify()
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_render_mgr.cpp | 414 ErrCode FormRenderMgr::checkConnectionsFormIds(std::vector<int64_t> formIds, int32_t userId, in checkConnectionsFormIds() 424 void FormRenderMgr::reAddConnections(std::vector<int64_t> formIds, in reAddConnections() 564 …const std::vector<int64_t> &formIds, const Want &want, const sptr<IRemoteObject> &remoteObjectOfHo… in RecycleForms() 582 ErrCode FormRenderMgr::RecoverForms(const std::vector<int64_t> &formIds, const WantParams &wantPara… in RecoverForms()
|
H A D | form_task_mgr.cpp | 243 void FormTaskMgr::PostProviderBatchDeleteTask(std::set<int64_t> &formIds, const Want &want, in PostProviderBatchDeleteTask() 319 void FormTaskMgr::PostUninstallTaskToHost(const std::vector<int64_t> &formIds, const sptr<IRemoteOb… in PostUninstallTaskToHost() 601 void FormTaskMgr::ProviderBatchDelete(std::set<int64_t> &formIds, const Want &want, in ProviderBatchDelete() 709 void FormTaskMgr::FormUninstall(const std::vector<int64_t> &formIds, in FormUninstall() 1117 void FormTaskMgr::PostVisibleNotify(const std::vector<int64_t> &formIds, in PostVisibleNotify() 1144 void FormTaskMgr::NotifyVisible(const std::vector<int64_t> &formIds, in NotifyVisible() 1161 void FormTaskMgr::PostRecycleForms(const std::vector<int64_t> &formIds, const Want &want, in PostRecycleForms() 1361 void FormTaskMgr::PostEnableFormsTaskToHost(const std::vector<int64_t> &formIds, const bool enable, in PostEnableFormsTaskToHost() 1376 void FormTaskMgr::EnableFormsTaskToHost(const std::vector<int64_t> &formIds, const bool enable, in EnableFormsTaskToHost()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_interface.h | 597 virtual int32_t SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable() 608 virtual int32_t RecycleForms(const std::vector<int64_t> &formIds, const Want &want) in RecycleForms() 619 virtual int32_t RecoverForms(const std::vector<int64_t> &formIds, const Want &want) in RecoverForms()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_client_test/ |
H A D | fms_form_host_client_test.cpp | 204 std::vector<int64_t> formIds; variable 535 std::vector<int64_t> formIds; variable 611 std::vector<int64_t> formIds; variable
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgradapterthree_fuzzer/ |
H A D | formmgradapterthree_fuzzer.cpp | 55 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formtaskmgr_fuzzer/ |
H A D | formtaskmgr_fuzzer.cpp | 60 std::set<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/ |
H A D | fms_form_provider_stub_test.cpp | 400 const std::vector<int64_t> formIds; variable 426 const std::vector<int64_t> formIds; variable 448 const std::vector<int64_t> formIds; variable 569 std::vector<int64_t> formIds; variable 595 std::vector<int64_t> formIds; variable 621 std::vector<int64_t> formIds; variable 646 std::vector<int64_t> formIds; variable
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formdatamgrthree_fuzzer/ |
H A D | formdatamgrthree_fuzzer.cpp | 47 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | form_extension_provider_client_test.cpp | 493 std::vector<int64_t> formIds; variable 518 std::vector<int64_t> formIds; variable 570 std::vector<int64_t> formIds; variable 597 std::vector<int64_t> formIds; variable
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrservice_fuzzer/ |
H A D | formmgrservice_fuzzer.cpp | 54 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formprovidermgr_fuzzer/ |
H A D | formprovidermgr_fuzzer.cpp | 80 std::set<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | fms_form_mgr_adapter_test2.cpp | 124 std::vector<int64_t> formIds; variable 817 std::vector<int64_t> formIds; variable 867 std::vector<int64_t> formIds; variable 883 std::vector<int64_t> formIds; variable 1392 std::vector<int64_t> formIds; variable 1935 std::vector<int64_t> formIds; variable 1952 std::vector<int64_t> formIds; variable 1970 std::vector<int64_t> formIds; variable 1988 std::vector<int64_t> formIds; variable 2005 std::vector<int64_t> formIds; variable
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 52 std::vector<int64_t> formIds; in DoSomethingInterestingWithMyAPI() local
|