Home
last modified time | relevance | path

Searched refs:tagServiceIface (Results 1 - 11 of 11) sorted by relevance

/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.h33 static void DispatchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface);
35 static void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
H A Dtag_ability_dispatcher.cpp84 OHOS::sptr<IRemoteObject> tagServiceIface) in DispatchTagAbility()
90 if (tagServiceIface == nullptr) { in DispatchTagAbility()
91 WarnLog("DispatchTagAbility tagServiceIface is null"); in DispatchTagAbility()
111 want.SetParam("remoteTagService", tagServiceIface); in DispatchTagAbility()
128 want.SetParam("remoteTagService", tagServiceIface); in DispatchTagAbility()
170 void TagAbilityDispatcher::DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, in DispatchAppGallery() argument
176 want.SetParam("remoteTagService", tagServiceIface); in DispatchAppGallery()
83 DispatchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface) DispatchTagAbility() argument
H A Dexternal_deps_proxy.h89 void DispatchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface);
90 void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
H A Dexternal_deps_proxy.cpp194 OHOS::sptr<IRemoteObject> tagServiceIface) in DispatchTagAbility()
196 TAG::TagAbilityDispatcher::DispatchTagAbility(tagInfo, tagServiceIface); in DispatchTagAbility()
199 void ExternalDepsProxy::DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName) in DispatchAppGallery() argument
201 TAG::TagAbilityDispatcher::DispatchAppGallery(tagServiceIface, appGalleryBundleName); in DispatchAppGallery()
193 DispatchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface) DispatchTagAbility() argument
/foundation/communication/nfc/test/unittest/services/controller_test/
H A Dtag_ability_dispatcher_test.cpp61 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; in HWTEST_F() local
63 tagAbilityDispatcher->DispatchTagAbility(tagInfo, tagServiceIface); in HWTEST_F()
H A Dexternal_deps_proxy_test.cpp351 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; in HWTEST_F() local
353 externalDepsProxy->DispatchTagAbility(tagInfo, tagServiceIface); in HWTEST_F()
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo_parcelable.cpp29 OHOS::sptr<IRemoteObject> tagServiceIface) in TagInfoParcelable()
34 tagServiceIface_ = tagServiceIface; in TagInfoParcelable()
25 TagInfoParcelable(std::vector<int> tagTechList, std::vector<AppExecFwk::PacMap> tagTechExtrasData, std::string& tagUid, int tagRfDiscId, OHOS::sptr<IRemoteObject> tagServiceIface) TagInfoParcelable() argument
H A Dtaginfo_parcelable.h29 OHOS::sptr<IRemoteObject> tagServiceIface);
H A Dtaginfo.h59 OHOS::sptr<IRemoteObject> tagServiceIface);
H A Dtaginfo.cpp28 OHOS::sptr<IRemoteObject> tagServiceIface) in TagInfo()
24 TagInfo(std::vector<int> tagTechList, std::vector<AppExecFwk::PacMap> tagTechExtrasData, std::string& tagUid, int tagRfDiscId, OHOS::sptr<IRemoteObject> tagServiceIface) TagInfo() argument
/foundation/communication/nfc/test/fuzztest/services_test/tagabilitydispatcher_test/tagabilitydispatcher/tagabilitydispatcher_fuzzer/
H A Dtagabilitydispatcher_fuzzer.cpp168 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; in FuzzDispatchTagAbility() local
170 tagAbilityDispatcher->DispatchTagAbility(tagInfo, tagServiceIface); in FuzzDispatchTagAbility()
176 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; in FuzzDispatchTagAbility1() local
178 tagAbilityDispatcher->DispatchTagAbility(tagInfo, tagServiceIface); in FuzzDispatchTagAbility1()

Completed in 6 milliseconds