Searched refs:TransformFileToJsonString (Results 1 – 3 of 3) sorted by relevance
79 bool TransformFileToJsonString(const std::string &resPath, std::string &profile) const;
362 if (!TransformFileToJsonString(resPath, profile)) { in GetResFromResMgr()384 bool BundleMgrClientImpl::TransformFileToJsonString(const std::string &resPath, std::string &profil… in TransformFileToJsonString() function in OHOS::AppExecFwk::BundleMgrClientImpl
2069 bool res = bundleMgrClientImpl.TransformFileToJsonString("notExisted", profile);2071 res = bundleMgrClientImpl.TransformFileToJsonString("data/test", profile);