Home
last modified time | relevance | path

Searched refs:canOpen (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/nfc/services/src/tag/
H A Dndef_har_dispatch.cpp137 bool canOpen = false; in DispatchUriToBundleAbility() local
142 int32_t errCode = GetBundleMgrProxy()->CanOpenLink(uri, canOpen); in DispatchUriToBundleAbility()
143 if (!errCode && canOpen) { in DispatchUriToBundleAbility()
146 ErrorLog("CanOpenLink fail. errCode = %{public}d, canOpen = %{public}d", errCode, canOpen); in DispatchUriToBundleAbility()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dbundle_manager.cpp242 bool canOpen = false; in InnerCanOpenLink() local
247 return canOpen; in InnerCanOpenLink()
250 iBundleMgr->CanOpenLink(link, canOpen)); in InnerCanOpenLink()
253 return canOpen; in InnerCanOpenLink()
255 return canOpen; in InnerCanOpenLink()
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp315 bool canOpen = false; in DoSomethingInterestingWithMyAPI() local
316 bundleMgrProxy.CanOpenLink(link, canOpen); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1473 * @param canOpen Indicates whether the link can be opened.
1477 const std::string &link, bool &canOpen) in CanOpenLink()
1476 CanOpenLink( const std::string &link, bool &canOpen) CanOpenLink() argument
H A Dbundle_mgr_proxy.h1014 * @param canOpen Indicates whether the link can be opened.
1018 const std::string &link, bool &canOpen) override;
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/
H A Dacts_bms_kit_system_test.cpp8909 bool canOpen = false; in HWTEST_F() local
8911 bundleMgrProxy->CanOpenLink(link, canOpen); in HWTEST_F()
8916 EXPECT_TRUE(canOpen); in HWTEST_F()
8952 bool canOpen = false; in HWTEST_F() local
8954 bundleMgrProxy->CanOpenLink(link, canOpen); in HWTEST_F()
8959 EXPECT_FALSE(canOpen); in HWTEST_F()
8995 bool canOpen = false; in HWTEST_F() local
8997 bundleMgrProxy->CanOpenLink(link, canOpen); in HWTEST_F()
9002 EXPECT_FALSE(canOpen); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h961 * @param canOpen Indicates whether the link can be opened.
965 const std::string &link, bool &canOpen) override;
H A Dbundle_data_mgr.h939 * @param canOpen Indicates whether the link can be opened.
943 const std::string &link, bool &canOpen) const;
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3721 bool canOpen = false; in HandleCanOpenLink() local
3722 ErrCode ret = CanOpenLink(link, canOpen); in HandleCanOpenLink()
3727 if (!reply.WriteBool(canOpen)) { in HandleCanOpenLink()
H A Dbundle_mgr_proxy.cpp4876 const std::string &link, bool &canOpen) in CanOpenLink()
4899 canOpen = reply.ReadBool(); in CanOpenLink()
4875 CanOpenLink( const std::string &link, bool &canOpen) CanOpenLink() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp2339 bool canOpen = false; in HWTEST_F() local
2340 ErrCode ret = dataMgr->CanOpenLink(link, canOpen); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp4900 bool canOpen = false; in CanOpenLink() local
4901 napi_get_boolean(env, canOpen, &nRet); in CanOpenLink()
4915 iBundleMgr->CanOpenLink(link, canOpen)); in CanOpenLink()
4923 NAPI_CALL(env, napi_get_boolean(env, canOpen, &nRet)); in CanOpenLink()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3977 const std::string &link, bool &canOpen) in CanOpenLink()
3985 return dataMgr->CanOpenLink(link, canOpen); in CanOpenLink()
3976 CanOpenLink( const std::string &link, bool &canOpen) CanOpenLink() argument
H A Dbundle_data_mgr.cpp7877 const std::string &link, bool &canOpen) const in CanOpenLink()
7915 canOpen = !abilityInfos.empty(); in CanOpenLink()
7916 APP_LOGI("canOpen : %{public}d", canOpen); in CanOpenLink()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9685 bool canOpen; in HWTEST_F() local
9686 ErrCode ret = hostImpl->CanOpenLink(BUNDLE_NAME_DEMO, canOpen); in HWTEST_F()

Completed in 96 milliseconds