Home
last modified time | relevance | path

Searched refs:CanOpenLink (Results 1 - 17 of 17) sorted by relevance

/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp142 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 Dnative_module.cpp164 DECLARE_NAPI_FUNCTION("canOpenLink", CanOpenLink), in BundleManagerExport()
H A Dbundle_manager.h333 napi_value CanOpenLink(napi_env env, napi_callback_info info);
H A Dbundle_manager.cpp102 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 Dbundle_manager.cpp250 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 Dbundlemgrproxy_fuzzer.cpp316 bundleMgrProxy.CanOpenLink(link, canOpen); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1476 virtual ErrCode CanOpenLink( in CanOpenLink() function in OHOS::AppExecFwk::IBundleMgr
H A Dbundle_mgr_proxy.h1017 virtual ErrCode CanOpenLink(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h964 virtual ErrCode CanOpenLink(
H A Dbundle_data_mgr.h942 ErrCode CanOpenLink(
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3976 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 Dbundle_data_mgr.cpp7876 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 Dacts_bms_kit_system_test.cpp8885 * @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 Dbms_data_mgr_test.cpp2331 * @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 Dbundle_mgr_host.cpp3722 ErrCode ret = CanOpenLink(link, canOpen); in HandleCanOpenLink()
H A Dbundle_mgr_proxy.cpp4875 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 Dbms_bundle_kit_service_test.cpp9678 * @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()

Completed in 124 milliseconds