Searched refs:tagServiceIface (Results 1 - 11 of 11) sorted by relevance
/foundation/communication/nfc/services/src/external_deps/ |
H A D | tag_ability_dispatcher.h | 33 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 D | tag_ability_dispatcher.cpp | 84 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 D | external_deps_proxy.h | 89 void DispatchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface); 90 void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleName);
|
H A D | external_deps_proxy.cpp | 194 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 D | tag_ability_dispatcher_test.cpp | 61 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; in HWTEST_F() local 63 tagAbilityDispatcher->DispatchTagAbility(tagInfo, tagServiceIface); in HWTEST_F()
|
H A D | external_deps_proxy_test.cpp | 351 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 D | taginfo_parcelable.cpp | 29 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 D | taginfo_parcelable.h | 29 OHOS::sptr<IRemoteObject> tagServiceIface);
|
H A D | taginfo.h | 59 OHOS::sptr<IRemoteObject> tagServiceIface);
|
H A D | taginfo.cpp | 28 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 D | tagabilitydispatcher_fuzzer.cpp | 168 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 7 milliseconds