Home
last modified time | relevance | path

Searched refs:FormInfoStorage (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/
H A Dfms_form_info_storage_test.cpp38 std::shared_ptr<AAFwk::FormInfoStorage> formInfoStorage_;
49 formInfoStorage_ = std::make_shared<AAFwk::FormInfoStorage>(); in SetUp()
70 AAFwk::FormInfoStorage formInfoStorage(userId, formInfos);
84 formInfoStorage_->FormInfoStorage::GetAllFormsInfo(userId, formInfos);
98 formInfoStorage_->FormInfoStorage::GetAllFormsInfo(userId, formInfos);
117 formInfoStorage_->FormInfoStorage::GetAllFormsInfo(userId, formInfos);
181 AAFwk::FormInfoStorage formInfoStorage;
203 formInfoStorage_->FormInfoStorage::GetFormsInfoByFilter(userId, filter, formInfos);
223 formInfoStorage_->FormInfoStorage::GetFormsInfoByFilter(userId, filter, formInfos);
244 formInfoStorage_->FormInfoStorage::GetFormsInfoByFilter(userId, filter, formInfos);
[all …]
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_info_storage.h25 struct FormInfoStorage { struct
29 FormInfoStorage() = default; argument
30 FormInfoStorage(int32_t userId, const std::vector<AppExecFwk::FormInfo> &formInfos);
31 ~FormInfoStorage() = default;
40 void to_json(nlohmann::json &jsonObject, const FormInfoStorage &formInfoStorage);
41 void from_json(const nlohmann::json &jsonObject, FormInfoStorage &formInfoStorage);
H A Dform_info_mgr.h85 std::vector<AAFwk::FormInfoStorage> formInfoStorages_ {};
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_storage.cpp31 FormInfoStorage::FormInfoStorage(int32_t userId, const std::vector<AppExecFwk::FormInfo> &formInfos) in FormInfoStorage() function in OHOS::AAFwk::FormInfoStorage
39 void FormInfoStorage::GetAllFormsInfo(int32_t userId, std::vector<AppExecFwk::FormInfo> &formInfos)… in GetAllFormsInfo()
84 void FormInfoStorage::GetFormsInfoByFilter(int32_t userId, in GetFormsInfoByFilter()
116 void FormInfoStorage::GetFormsInfoByModule(int32_t userId, const std::string &moduleName, in GetFormsInfoByModule()
129 void to_json(nlohmann::json &jsonObject, const FormInfoStorage &formInfoStorage) in to_json()
137 void from_json(const nlohmann::json &jsonObject, FormInfoStorage &formInfoStorage) in from_json()
H A Dform_info_mgr.cpp204 auto formInfoStorages = jsonObject.get<std::vector<AAFwk::FormInfoStorage>>(); in InitFromJson()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp278 FormInfoStorage formInfoStorage;
306 FormInfoStorage formInfoStorage;
326 FormInfoStorage formInfoStorage;
345 FormInfoStorage formInfoStorage;
363 FormInfoStorage formInfoStorage;
381 FormInfoStorage formInfoStorage;
407 FormInfoStorage formInfoStorage;
433 FormInfoStorage formInfoStorage;
457 FormInfoStorage formInfoStorage;
733 FormInfoStorage formInfoStorage;
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp171 FormInfoStorage formInfoStorage; in CreateProviderData()
827 FormInfoStorage formInfoStorage;
876 FormInfoStorage formInfoStorage;
908 FormInfoStorage formInfoStorage;
955 FormInfoStorage formInfoStorage;
986 FormInfoStorage formInfoStorage;
1006 FormInfoStorage formInfoStorage;
1036 FormInfoStorage formInfoStorage;
1070 FormInfoStorage formInfoStorage;
1104 FormInfoStorage formInfoStorage;
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_publish_form_test/
H A Dfms_form_mgr_publish_form_test.cpp127 std::vector<FormInfoStorage> formInfoStorages; in CreateProviderData()
140 FormInfoStorage formInfoStorage; in CreateProviderData()
/ohos5.0/foundation/ability/form_fwk/
H A Dlibfms.map17 *OHOS::AAFwk::FormInfoStorage*;
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/
H A Dformsupplycallback_fuzzer.cpp72 AAFwk::FormInfoStorage formInfoStorage(userId, formInfos); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/
H A Dfms_form_mgr_death_callback_test.cpp134 FormInfoStorage formInfoStorage; in CreateProviderData()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp121 std::vector<FormInfoStorage> formInfoStorages; in CreateProviderData()
134 FormInfoStorage formInfoStorage; in CreateProviderData()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_message_event_test/
H A Dfms_form_mgr_message_event_test.cpp1033 FormInfoStorage formInfoStorage;
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/
H A Dfms_form_mgr_add_form_test.cpp141 FormInfoStorage formInfoStorage; in CreateProviderData()