Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
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
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
Dbundle_mgr_proxy.h41 std::string resourcePath; member
52 std::string resourcePath; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
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()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
Dcontext_deal_test.cpp175 std::string resourcePath = "ResourcePath"; variable
190 std::string resourcePath = "/data/app/el1/bundle/public"; variable
Dcontext_container_test.cpp194 std::string resourcePath = "ResourcePath"; variable
377 std::string resourcePath = "ResourcePath"; variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
Disolated_pattern_test_ng.cpp135 auto resourcePath = want.GetStringParam(RESOURCE_PATH); variable
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
Doptions.h74 std::string resourcePath; member
Dextension_ability_info.h105 std::string resourcePath; member
Dhap_module_info.h110 std::string resourcePath; member
Dability_info.h134 std::string resourcePath; // resource path for resource init member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
Disolated_pattern.cpp99 auto resourcePath = want.GetStringParam(RESOURCE_PATH); in InitializeIsolatedComponent() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
Dability_context_test.cpp289 std::string resourcePath = "hello"; variable
/foundation/communication/nfc/services/src/notification/
Dnfc_notification.cpp74 static void UpdateResourceMap(const std::string &resourcePath) in UpdateResourceMap()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
Dextension_ability_info.h166 std::string resourcePath; member
Dhap_module_info.h156 std::string resourcePath; member
Dability_info.h238 std::string resourcePath; // resource path for resource init member
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Dmaterial_impl.cpp53 bool IsGltfResource(BASE_NS::string_view uri, BASE_NS::string_view resourcePath) in IsGltfResource()