/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_info_storage_test/ |
H A D | fms_form_info_storage_test.cpp | 38 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 D | form_info_storage.h | 25 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 D | form_info_mgr.h | 85 std::vector<AAFwk::FormInfoStorage> formInfoStorages_ {};
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_storage.cpp | 31 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 D | form_info_mgr.cpp | 204 auto formInfoStorages = jsonObject.get<std::vector<AAFwk::FormInfoStorage>>(); in InitFromJson()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/ |
H A D | form_info_mgr_test.cpp | 278 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 D | fms_form_share_mgr_test.cpp | 171 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 D | fms_form_mgr_publish_form_test.cpp | 127 std::vector<FormInfoStorage> formInfoStorages; in CreateProviderData() 140 FormInfoStorage formInfoStorage; in CreateProviderData()
|
/ohos5.0/foundation/ability/form_fwk/ |
H A D | libfms.map | 17 *OHOS::AAFwk::FormInfoStorage*;
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplycallback_fuzzer/ |
H A D | formsupplycallback_fuzzer.cpp | 72 AAFwk::FormInfoStorage formInfoStorage(userId, formInfos); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_death_callback_test/ |
H A D | fms_form_mgr_death_callback_test.cpp | 134 FormInfoStorage formInfoStorage; in CreateProviderData()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/ |
H A D | fms_form_sys_event_receiver_test.cpp | 121 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 D | fms_form_mgr_message_event_test.cpp | 1033 FormInfoStorage formInfoStorage;
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_add_form_test/ |
H A D | fms_form_mgr_add_form_test.cpp | 141 FormInfoStorage formInfoStorage; in CreateProviderData()
|