Home
last modified time | relevance | path

Searched refs:GetExtResource (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/GetExtResource_fuzzer/
H A DGetExtResource_fuzzer.cpp30 auto ret = impl.GetExtResource(emptyBundleName, moduleNames); in fuzzelGetExtResourceCaseOne()
41 auto ret = impl.GetExtResource(FUZZTEST_BUNDLE, moduleNames); in fuzzerlGetExtResourceCaseTwo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/extend_resource/
H A Dextend_resource_manager_interface.h43 virtual ErrCode GetExtResource( in GetExtResource() function in OHOS::AppExecFwk::IExtendResourceManager
H A Dextend_resource_manager_proxy.h34 virtual ErrCode GetExtResource(
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/
H A Dextend_resource_manager_proxy_test.cpp100 * @tc.name: test the GetExtResource
102 * 2. test GetExtResource
109 ErrCode res = extendResource.GetExtResource(EMPTY_STRING, moduleNames); in HWTEST_F()
112 res = extendResource.GetExtResource(BUNDLE_NAME, moduleNames); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp270 * @tc.desc: 1.GetExtResource test
277 auto ret = impl.GetExtResource(emptyBundleName, moduleNames); in HWTEST_F()
280 ret = impl.GetExtResource(TEST_BUNDLE, moduleNames); in HWTEST_F()
577 auto ret = impl.GetExtResource(BUNDLE_NAME, moduleNames); in HWTEST_F()
595 auto ret = impl.GetExtResource(BUNDLE_NAME, moduleNames); in HWTEST_F()
616 auto ret = impl.GetExtResource(BUNDLE_NAME, moduleNames); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H A Dextend_resource_manager_host_impl.h33 ErrCode GetExtResource(
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/
H A Dextend_resource_manager_host.cpp112 ErrCode ret = GetExtResource(bundleName, moduleNames); in HandleGetExtResource()
H A Dextend_resource_manager_proxy.cpp118 ErrCode ExtendResourceManagerProxy::GetExtResource( in GetExtResource() function in OHOS::AppExecFwk::ExtendResourceManagerProxy
121 APP_LOGD("begin to GetExtResource"); in GetExtResource()
124 APP_LOGE("fail to GetExtResource due to bundleName is empty"); in GetExtResource()
129 APP_LOGE("fail to GetExtResource due to WriteInterfaceToken failed"); in GetExtResource()
133 APP_LOGE("fail to GetExtResource due to write bundleName failed"); in GetExtResource()
139 APP_LOGE("fail to GetExtResource from server"); in GetExtResource()
145 APP_LOGE("fail to GetExtResource from server"); in GetExtResource()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dnative_module.cpp146 DECLARE_NAPI_FUNCTION("getExtResource", GetExtResource), in BundleManagerExport()
H A Dbundle_manager.h326 napi_value GetExtResource(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp89 const std::string GET_EXT_RESOURCE = "GetExtResource";
2279 ErrCode ret = extResourceManager->GetExtResource(bundleName, moduleNames); in InnerGetExtResource()
2281 APP_LOGE("GetExtResource failed"); in InnerGetExtResource()
2339 napi_value GetExtResource(napi_env env, napi_callback_info info) in GetExtResource() function
2341 APP_LOGD("GetExtResource called"); in GetExtResource()
2362 env, asyncCallbackInfo, "GetExtResource", GetExtResourceExec, GetExtResourceComplete); in GetExtResource()
2364 APP_LOGD("call GetExtResource done"); in GetExtResource()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp380 ErrCode ExtendResourceManagerHostImpl::GetExtResource( in GetExtResource() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl
384 APP_LOGE("fail to GetExtResource due to param is empty"); in GetExtResource()

Completed in 17 milliseconds