/foundation/communication/nfc/services/src/tag/ |
H A D | ndef_har_dispatch.cpp | 142 int32_t errCode = GetBundleMgrProxy()->CanOpenLink(uri, canOpen); in DispatchUriToBundleAbility() 144 InfoLog("NdefHarDispatch::DispatchUriToBundleAbility CanOpenLink"); in DispatchUriToBundleAbility() 146 ErrorLog("CanOpenLink fail. errCode = %{public}d, canOpen = %{public}d", errCode, canOpen); in DispatchUriToBundleAbility()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | native_module.cpp | 164 DECLARE_NAPI_FUNCTION("canOpenLink", CanOpenLink), in BundleManagerExport()
|
H A D | bundle_manager.h | 333 napi_value CanOpenLink(napi_env env, napi_callback_info info);
|
H A D | bundle_manager.cpp | 102 const std::string CAN_OPEN_LINK = "CanOpenLink"; 4896 napi_value CanOpenLink(napi_env env, napi_callback_info info) in CanOpenLink() function 4898 APP_LOGD("NAPI CanOpenLink call"); in CanOpenLink() 4915 iBundleMgr->CanOpenLink(link, canOpen)); in CanOpenLink() 4917 APP_LOGE("CanOpenLink failed"); in CanOpenLink() 4924 APP_LOGD("call CanOpenLink done"); in CanOpenLink()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/ |
H A D | bundle_manager.cpp | 250 iBundleMgr->CanOpenLink(link, canOpen)); in InnerCanOpenLink() 252 APP_LOGE("CanOpenLink failed"); in InnerCanOpenLink()
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 316 bundleMgrProxy.CanOpenLink(link, canOpen); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 1476 virtual ErrCode CanOpenLink( in CanOpenLink() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 1017 virtual ErrCode CanOpenLink(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 964 virtual ErrCode CanOpenLink(
|
H A D | bundle_data_mgr.h | 942 ErrCode CanOpenLink(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_mgr_host_impl.cpp | 3976 ErrCode BundleMgrHostImpl::CanOpenLink( in CanOpenLink() function in OHOS::AppExecFwk::BundleMgrHostImpl 3979 APP_LOGD("start CanOpenLink, link : %{public}s", link.c_str()); in CanOpenLink() 3985 return dataMgr->CanOpenLink(link, canOpen); in CanOpenLink()
|
H A D | bundle_data_mgr.cpp | 7876 ErrCode BundleDataMgr::CanOpenLink( in CanOpenLink() function in OHOS::AppExecFwk::BundleDataMgr 7879 APP_LOGI("CanOpenLink link: %{public}s", link.c_str()); in CanOpenLink()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 8885 * @tc.name: test CanOpenLink interface 8888 * 3.call CanOpenLink 8911 bundleMgrProxy->CanOpenLink(link, canOpen); in HWTEST_F() 8928 * @tc.name: test CanOpenLink interface 8931 * 3.call CanOpenLink 8954 bundleMgrProxy->CanOpenLink(link, canOpen); in HWTEST_F() 8971 * @tc.name: test CanOpenLink interface 8974 * 3.call CanOpenLink 8997 bundleMgrProxy->CanOpenLink(link, canOpen); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 2331 * @tc.name: test CanOpenLink 2340 ErrCode ret = dataMgr->CanOpenLink(link, canOpen); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_host.cpp | 3722 ErrCode ret = CanOpenLink(link, canOpen); in HandleCanOpenLink()
|
H A D | bundle_mgr_proxy.cpp | 4875 ErrCode BundleMgrProxy::CanOpenLink( in CanOpenLink() function in OHOS::AppExecFwk::BundleMgrProxy
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 9678 * @tc.name: test CanOpenLink 9679 * @tc.desc: 1.Test the CanOpenLink by BundleMgrHostImpl 9686 ErrCode ret = hostImpl->CanOpenLink(BUNDLE_NAME_DEMO, canOpen); in HWTEST_F()
|