Home
last modified time | relevance | path

Searched refs:AddExtResource (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/
H A Dextend_resource_manager_proxy_test.cpp65 ErrCode res = extendResource.AddExtResource(EMPTY_STRING, filePaths);
68 res = extendResource.AddExtResource(BUNDLE_NAME, filePaths);
72 res = extendResource.AddExtResource(BUNDLE_NAME, filePaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp176 auto ret = impl.AddExtResource(emptyBundleName, filePaths);
179 ret = impl.AddExtResource(BUNDLE_NAME, filePaths);
183 ret = impl.AddExtResource(BUNDLE_NAME, filePaths);
188 ret = impl.AddExtResource(BUNDLE_NAME, filePaths2);
193 ret = impl.AddExtResource(BUNDLE_NAME, filePaths3);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/filenamevalid_fuzzer/
H A Dfilenamevalid_fuzzer.cpp25 auto ret = impl.AddExtResource(emptyBundleName, filePaths); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/innersaveextendresourceinfo_fuzzer/
H A Dinnersaveextendresourceinfo_fuzzer.cpp27 auto ret = impl.AddExtResource(emptyBundleName, filePaths); in fuzzelInnerSaveExtendResourceInfoCaseOne()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/installer/
H A Dnative_module.cpp44 DECLARE_NAPI_FUNCTION("addExtResource", AddExtResource), in BundleInstallerExport()
H A Dinstaller.h100 napi_value AddExtResource(napi_env env, napi_callback_info info);
H A Dinstaller.cpp1473 ret = extResourceManager->AddExtResource(bundleName, destFiles); in InnerAddExtResource()
1513 napi_value AddExtResource(napi_env env, napi_callback_info info) in AddExtResource() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/
H A Dextend_resource_manager_interface.h31 virtual ErrCode AddExtResource( in AddExtResource() function
H A Dextend_resource_manager_proxy.h30 virtual ErrCode AddExtResource(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H A Dextend_resource_manager_host_impl.h29 ErrCode AddExtResource(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_host.cpp82 ErrCode ret = AddExtResource(bundleName, filePaths); in HandleAddExtResource()
H A Dextend_resource_manager_proxy.cpp46 ErrCode ExtendResourceManagerProxy::AddExtResource( in AddExtResource() function in OHOS::AppExecFwk::ExtendResourceManagerProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp95 ErrCode ExtendResourceManagerHostImpl::AddExtResource( in AddExtResource() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl