Searched refs:routerJsonPath (Results 1 – 1 of 1) sorted by relevance
2804 std::string routerJsonPath = PROFILE_PATH + routerJsonName + JSON_SUFFIX; in ProcessBundleRouterMap() local2807 … 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()