/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/GetExtResource_fuzzer/ |
H A D | GetExtResource_fuzzer.cpp | 30 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 D | extend_resource_manager_interface.h | 43 virtual ErrCode GetExtResource( in GetExtResource() function in OHOS::AppExecFwk::IExtendResourceManager
|
H A D | extend_resource_manager_proxy.h | 34 virtual ErrCode GetExtResource(
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/ |
H A D | extend_resource_manager_proxy_test.cpp | 100 * @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 D | bms_extend_resource_manager_test.cpp | 270 * @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 D | extend_resource_manager_host_impl.h | 33 ErrCode GetExtResource(
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/extend_resource/ |
H A D | extend_resource_manager_host.cpp | 112 ErrCode ret = GetExtResource(bundleName, moduleNames); in HandleGetExtResource()
|
H A D | extend_resource_manager_proxy.cpp | 118 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 D | native_module.cpp | 146 DECLARE_NAPI_FUNCTION("getExtResource", GetExtResource), in BundleManagerExport()
|
H A D | bundle_manager.h | 326 napi_value GetExtResource(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 89 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 D | extend_resource_manager_host_impl.cpp | 380 ErrCode ExtendResourceManagerHostImpl::GetExtResource( in GetExtResource() function in OHOS::AppExecFwk::ExtendResourceManagerHostImpl 384 APP_LOGE("fail to GetExtResource due to param is empty"); in GetExtResource()
|