Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2804 std::string routerJsonPath = PROFILE_PATH + routerJsonName + JSON_SUFFIX; in ProcessBundleRouterMap() local
2807 … if (GetJsonProfileByExtractor(hapModuleInfo.hapPath, routerJsonPath, routerMapString) != ERR_OK) { in ProcessBundleRouterMap()
2808 APP_LOGW("get json string from %{public}s failed", routerJsonPath.c_str()); in ProcessBundleRouterMap()
2814 APP_LOGE("parse router array from json file %{public}s failed", routerJsonPath.c_str()); in ProcessBundleRouterMap()