Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_runtime/app/
H A Djs_ability_stage.h90 bool TransformFileToJsonString(const std::string &resPath, std::string &profile);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client_impl.h84 bool TransformFileToJsonString(const std::string &resPath, std::string &profile) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp372 if (!TransformFileToJsonString(resPath, profile)) { in GetResFromResMgr()
394 bool BundleMgrClientImpl::TransformFileToJsonString(const std::string &resPath, std::string &profil… in TransformFileToJsonString() function in OHOS::AppExecFwk::BundleMgrClientImpl
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage.cpp694 bool JsAbilityStage::TransformFileToJsonString(const std::string &resPath, std::string &profile) in TransformFileToJsonString() function in OHOS::AbilityRuntime::JsAbilityStage
771 if (!TransformFileToJsonString(resPath, profile)) { in GetResFromResMgr()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp2070 bool res = bundleMgrClientImpl.TransformFileToJsonString("notExisted", profile);
2072 res = bundleMgrClientImpl.TransformFileToJsonString("data/test", profile);