Home
last modified time | relevance | path

Searched refs:GetJsonStrFromInfo (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp85 APP_LOGD("inner-app dependency: %{public}s", GetJsonStrFromInfo(dependency).c_str()); in CheckDependency()
92 GetJsonStrFromInfo(dependency).c_str()); in CheckDependency()
98 GetJsonStrFromInfo(dependency).c_str()); in CheckDependency()
102 APP_LOGE("dependency not found: %{public}s", GetJsonStrFromInfo(dependency).c_str()); in CheckDependency()
123 …APP_LOGE("install shared bundles failed, rollbacking:%{public}s", GetJsonStrFromInfo(processedBund… in Install()
172 …APP_LOGE("the module or version not satisfied : %{public}s", GetJsonStrFromInfo(dependency).c_str(… in FindDependencyInInstalledBundles()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Djson_util_form.h162 const std::string GetJsonStrFromInfo(T &t) in GetJsonStrFromInfo() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Djson_util.h164 const std::string GetJsonStrFromInfo(T &t) in GetJsonStrFromInfo() function
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Djson_util.h166 const std::string GetJsonStrFromInfo(T &t) in GetJsonStrFromInfo() function
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Djson_util.h169 const std::string GetJsonStrFromInfo(T &t) in GetJsonStrFromInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_util.h168 const std::string GetJsonStrFromInfo(T &t) in GetJsonStrFromInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/distributed_manager/
H A Dbundle_distributed_manager.cpp196 const std::string targetInfo = GetJsonStrFromInfo(targetAbilityInfo); in QueryRpcIdByAbilityToServiceCenter()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/
H A Dbundle_connect_ability_mgr.cpp156 const std::string dataString = GetJsonStrFromInfo(targetAbilityInfo); in PreloadRequest()
746 const std::string dataString = GetJsonStrFromInfo(targetAbilityInfo); in SendRequest()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp552 GetJsonStrFromInfo(moduleInfo.dependencies).c_str()); in CheckDependency()
H A Dbase_bundle_installer.cpp1102GetJsonStrFromInfo(inBundlePaths).c_str(), GetJsonStrFromInfo(installParam.sharedBundleDirPaths).c… in ProcessBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3586 auto infoStr = GetJsonStrFromInfo<T>(parcelable); in WriteParcelableIntoAshmem()