Home
last modified time | relevance | path

Searched defs:resourcePath (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dimage_src_path_tdd_test.cpp48 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath(""); variable
65 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("abc.png"); variable
83 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("internal://app/abc.png"); variable
100 …char *resourcePath = JsAppContext::GetInstance()->GetResourcePath("internal://app/testa/testb/test… variable
120 char *resourcePath = JsAppContext::GetInstance()->GetResourcePath(filePath); variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_profile_config.cpp119 std::string resourcePath = !hapPath.empty() ? hapPath : resPath; in GetDataProperties() local
131 const std::string &resourcePath, const std::string &hapPath, const std::string &name) in GetProfileInfoByMetadata()
151 std::shared_ptr<ResourceManager> DataShareProfileConfig::InitResMgr(const std::string &resourcePath) in InitResMgr()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.h41 std::string resourcePath; member
52 std::string resourcePath; member
/ohos5.0/base/global/resource_management/dfx/hisysevent_adapter/
H A Dhisysevent_adapter.cpp64 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg) in ReportAddResourcePathFail()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp130 std::string resourcePath = isCompressed ? hapModuleInfo.hapPath : hapModuleInfo.resourcePath; in GetResConfigFile() local
148 std::string resourcePath = isCompressed ? extensionInfo.hapPath : extensionInfo.resourcePath; in GetResConfigFile() local
166 std::string resourcePath = isCompressed ? abilityInfo.hapPath : abilityInfo.resourcePath; in GetResConfigFile() local
255 bool BundleMgrClientImpl::GetResProfileByMetadata(const std::vector<Metadata> &metadata, in GetResProfileByMetadata()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_deal_test.cpp175 std::string resourcePath = "ResourcePath"; variable
190 std::string resourcePath = "/data/app/el1/bundle/public"; variable
H A Dcontext_container_test.cpp194 std::string resourcePath = "ResourcePath"; variable
377 std::string resourcePath = "ResourcePath"; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Disolated_pattern_test_ng.cpp135 auto resourcePath = want.GetStringParam(RESOURCE_PATH); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Doptions.h74 std::string resourcePath; member
H A Dextension_ability_info.h105 std::string resourcePath; member
H A Dhap_module_info.h110 std::string resourcePath; member
H A Dability_info.h134 std::string resourcePath; // resource path for resource init member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Disolated_pattern.cpp99 auto resourcePath = want.GetStringParam(RESOURCE_PATH); in InitializeIsolatedComponent() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_context_test.cpp289 std::string resourcePath = "hello"; variable
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp74 static void UpdateResourceMap(const std::string &resourcePath) in UpdateResourceMap()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_ability_info.h166 std::string resourcePath; member
H A Dhap_module_info.h156 std::string resourcePath; member
H A Dability_info.h238 std::string resourcePath; // resource path for resource init member
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp53 bool IsGltfResource(BASE_NS::string_view uri, BASE_NS::string_view resourcePath) in IsGltfResource()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp949 std::shared_ptr<ResourceManager> ImeInfoInquirer::GetResMgr(const std::string &resourcePath) in GetResMgr()