Searched refs:TransformFileToJsonString (Results 1 – 5 of 5) sorted by relevance
90 bool TransformFileToJsonString(const std::string &resPath, std::string &profile);
84 bool TransformFileToJsonString(const std::string &resPath, std::string &profile) const;
372 if (!TransformFileToJsonString(resPath, profile)) { in GetResFromResMgr()394 bool BundleMgrClientImpl::TransformFileToJsonString(const std::string &resPath, std::string &profil… in TransformFileToJsonString() function in OHOS::AppExecFwk::BundleMgrClientImpl
694 bool JsAbilityStage::TransformFileToJsonString(const std::string &resPath, std::string &profile) in TransformFileToJsonString() function in OHOS::AbilityRuntime::JsAbilityStage771 if (!TransformFileToJsonString(resPath, profile)) { in GetResFromResMgr()
2070 bool res = bundleMgrClientImpl.TransformFileToJsonString("notExisted", profile);2072 res = bundleMgrClientImpl.TransformFileToJsonString("data/test", profile);