Searched refs:preloadItem (Results 1 - 8 of 8) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | json_serializer.h | 50 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 D | common_func.h | 37 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 D | hap_module_info.cpp | 82 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 D | target_ability_info.cpp | 298 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 D | hap_module_info.cpp | 125 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 D | common_func.h | 162 static void ConvertPreloadItem(napi_env env, const PreloadItem &preloadItem, napi_value value);
|
H A D | common_func.cpp | 1611 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 D | common_func.cpp | 275 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