Home
last modified time | relevance | path

Searched refs:preloadItem (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Djson_serializer.h50 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem);
51 void to_json(nlohmann::json &jsonObject, const PreloadItem &preloadItem);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/
H A Dcommon_func.h37 static void ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dhap_module_info.cpp82 void to_json(nlohmann::json &jsonObject, const PreloadItem &preloadItem) in to_json() argument
85 {PRELOAD_ITEM_MODULE_NAME, preloadItem.moduleName} in to_json()
89 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem) in from_json() argument
96 preloadItem.moduleName, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
H A Dtarget_ability_info.cpp298 for (auto &preloadItem : preloadModuleNames) { in Marshalling()
299 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(preloadItem)); in Marshalling()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dhap_module_info.cpp125 void to_json(nlohmann::json &jsonObject, const PreloadItem &preloadItem) in to_json() argument
128 {PRELOAD_ITEM_MODULE_NAME, preloadItem.moduleName} in to_json()
132 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem) in from_json() argument
139 preloadItem.moduleName, in from_json()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h162 static void ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value);
H A Dcommon_func.cpp1611 void CommonFunc::ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value) in ConvertPreloadItem() argument
1615 preloadItem.moduleName.c_str(), NAPI_AUTO_LENGTH, &nModuleName)); in ConvertPreloadItem()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dcommon_func.cpp275 void CommonFunc::ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value) in ConvertPreloadItem() argument
279 preloadItem.moduleName.c_str(), NAPI_AUTO_LENGTH, &nModuleName)); in ConvertPreloadItem()

Completed in 11 milliseconds