Home
last modified time | relevance | path

Searched defs:formIds (Results 76 – 100 of 103) sorted by relevance

12345

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp219 int LifecycleUpdate(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, in LifecycleUpdate()
228 …int NotifyWhetherVisibleForms(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &call… in NotifyWhetherVisibleForms()
269 …int DeleteInvalidForms(const std::vector<int64_t> &formIds, const sptr<IRemoteObject> &callerToken, in DeleteInvalidForms()
279 int NotifyFormsVisible(const std::vector<int64_t> &formIds, bool isVisible, in NotifyFormsVisible()
284 int NotifyFormsPrivacyProtected(const std::vector<int64_t> &formIds, bool isProtected, in NotifyFormsPrivacyProtected()
289 int NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, bool isEnableUpdate, in NotifyFormsEnableUpdate()
398 ErrCode RegisterFormRouterProxy(const std::vector<int64_t> &formIds, in RegisterFormRouterProxy()
404 ErrCode UnregisterFormRouterProxy(const std::vector<int64_t> &formIds) override in UnregisterFormRouterProxy()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_host_client_test.cpp231 std::vector<int64_t> formIds; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_inner_test/
H A Dfms_form_render_mgr_inner_test.cpp563 int64_t formIds = 2; variable
649 int64_t formIds = 1; variable
667 int64_t formIds = 1; variable
690 int64_t formIds = 1; variable
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_provider_client.cpp123 const std::vector<int64_t> &formIds, in NotifyFormsDelete()
189 const std::vector<int64_t> &formIds, in EventNotify()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test.cpp187 const std::vector<int64_t> formIds; variable
309 const std::vector<int64_t> formIds; variable
352 const std::vector<int64_t> formIds; variable
375 const std::vector<int64_t> formIds; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp1886 std::vector<int64_t> formIds; variable
1911 std::vector<int64_t> formIds; variable
1952 std::vector<int64_t> formIds; variable
1993 std::vector<int64_t> formIds; variable
2032 std::vector<int64_t> formIds; variable
2070 std::vector<int64_t> formIds; variable
2107 std::vector<int64_t> formIds; variable
2146 std::vector<int64_t> formIds; variable
3412 std::vector<int64_t> formIds; variable
4088 std::vector<int64_t> formIds; variable
[all …]
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp274 std::vector<int64_t> formIds; in RecycleForms() local
H A Dform_render_mgr_inner.cpp436 ErrCode FormRenderMgrInner::checkConnectionsFormIds(std::vector<int64_t> formIds, std::vector<int64… in checkConnectionsFormIds()
687const std::vector<int64_t> &formIds, const Want &want, const sptr<IRemoteObject> &remoteObjectOfHo… in RecycleForms()
716 ErrCode FormRenderMgrInner::RecoverForms(const std::vector<int64_t> &formIds, const WantParams &wan… in RecoverForms()
H A Dform_mgr_adapter.cpp876 ErrCode FormMgrAdapter::NotifyWhetherVisibleForms(const std::vector<int64_t> &formIds, in NotifyWhetherVisibleForms()
1004 void FormMgrAdapter::HandlerNotifyWhetherVisibleForms(const std::vector<int64_t> &formIds, in HandlerNotifyWhetherVisibleForms()
1121 std::vector<int64_t> formIds = iter->second; in FilterEventMapsByVisibleType() local
2727 ErrCode FormMgrAdapter::HandleUpdateFormFlag(const std::vector<int64_t> &formIds, in HandleUpdateFormFlag()
2927 int FormMgrAdapter::DeleteInvalidForms(const std::vector<int64_t> &formIds, in DeleteInvalidForms()
3092 int FormMgrAdapter::NotifyFormsVisible(const std::vector<int64_t> &formIds, in NotifyFormsVisible()
3099 int FormMgrAdapter::NotifyFormsEnableUpdate(const std::vector<int64_t> &formIds, in NotifyFormsEnableUpdate()
3282 const std::vector<int64_t>& formIds, const sptr<IRemoteObject>& callerToken) in RegisterFormRouterProxy()
3335 ErrCode FormMgrAdapter::UnregisterFormRouterProxy(const std::vector<int64_t>& formIds) in UnregisterFormRouterProxy()
3669 int32_t FormMgrAdapter::SetFormsRecyclable(const std::vector<int64_t> &formIds) in SetFormsRecyclable()
[all …]
H A Dform_event_util.cpp327 std::set<int64_t> formIds = element.second; in BatchDeleteNoHostTempForms() local
512 std::set<int64_t> formIds = element.second; in BatchDeleteNoHostDBForms() local
H A Dform_supply_callback.cpp388 int32_t FormSupplyCallback::OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) in OnRecoverFormsByConfigUpdate()
H A Dform_data_mgr.cpp268 std::vector<int64_t> formIds; in RecycleAllRecyclableForms() local
295 void FormDataMgr::RecycleForms(const std::vector<int64_t> &formIds, const int &callingUid, const Wa… in RecycleForms() argument
1215 ErrCode FormDataMgr::HandleUpdateHostFormFlag(const std::vector<int64_t> &formIds, bool flag, bool … in HandleUpdateHostFormFlag()
1285 ErrCode FormDataMgr::UpdateHostFormFlag(const std::vector<int64_t> &formIds, const sptr<IRemoteObje… in UpdateHostFormFlag()
1556 ErrCode FormDataMgr::NotifyFormsVisible(const std::vector<int64_t> &formIds, bool isVisible, in NotifyFormsVisible()
2623 void FormDataMgr::GetFormIdsByUserId(int32_t userId, std::vector<int64_t> &formIds) in GetFormIdsByUserId()
H A Dform_provider_mgr.cpp341 const std::string &abilityName, const std::set<int64_t> &formIds) in NotifyProviderFormsBatchDelete()
H A Dform_db_cache.cpp365 std::set<int64_t> &formIds = element.second; in BatchDeleteNoHostDBForms() local
/ohos5.0/foundation/ability/form_fwk/test/benchmarktest/form_manager_test/
H A Dform_manager_test.cpp178 std::vector<int64_t> formIds {}; member in OHOS::FormManagerTestAddForm
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_stub_test/
H A Dfms_form_host_stub_test.cpp213 const std::vector<int64_t> formIds; variable
390 const std::vector<int64_t> formIds; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_client_test/
H A Dform_provider_client_test.cpp457 std::vector<int64_t> formIds = { 727L, 728L, 729L }; variable
479 std::vector<int64_t> formIds = { 730L, 731L, 732L }; variable
502 std::vector<int64_t> formIds = { 730L, 731L, 732L }; variable
/ohos5.0/foundation/ability/form_fwk/frameworks/js/napi/formHost/
H A Dnapi_form_host.cpp90 …i_value GetFormIds(napi_env env, napi_value value, ErrCode &errCode, std::vector<int64_t> &formIds) in GetFormIds()
318 void FormUninstallCallback(const std::vector<int64_t> &formIds) in FormUninstallCallback()
737 std::vector<int64_t> formIds {}; in NAPI_NotifyFormsVisible() local
892 std::vector<int64_t> formIds {}; in NAPI_NotifyFormsEnableUpdate() local
1579 std::vector<int64_t> formIds {}; in OnNotifyFormsPrivacyProtected() local
1746 std::vector<int64_t> &formIds) in OnNotifyInVisibleFormsParseParam()
1788 std::vector<int64_t> formIds; in OnNotifyInVisibleForms() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test.cpp429 std::vector<int64_t> formIds; variable
1272 std::vector<int64_t> formIds; variable
1289 std::vector<int64_t> formIds; variable
1486 std::vector<int64_t> formIds; variable
1504 std::vector<int64_t> formIds; variable
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_stub.cpp290 std::vector<int64_t> formIds; in HandleOnRecoverFormsByConfigUpdate() local
H A Dform_supply_proxy.cpp381 int32_t FormSupplyProxy::OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) in OnRecoverFormsByConfigUpdate()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/
H A Dfms_form_supply_stub_test.cpp105 int OnRecoverFormsByConfigUpdate(std::vector<int64_t> &formIds) override in OnRecoverFormsByConfigUpdate()
568 std::vector<int64_t> formIds; variable
588 std::vector<int64_t> formIds; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp1071 void FormRenderRecord::RecoverFormsByConfigUpdate(std::vector<int64_t> &formIds, in RecoverFormsByConfigUpdate()
1095 std::vector<int64_t> formIds; in ReAddAllRecycledForms() local
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp882 std::vector<int64_t> formIds; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp700 std::vector<int64_t> formIds = {runningCardId_}; in DispatchPointerEvent() local

12345