Searched refs:tagServiceIface (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | tag_ability_dispatcher.cpp | 84 OHOS::sptr<IRemoteObject> tagServiceIface) in DispatchTagAbility() argument 90 if (tagServiceIface == nullptr) { 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()
|
H A D | tag_ability_dispatcher.h | 33 …patchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface); 35 …static void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBu…
|
H A D | external_deps_proxy.cpp | 194 OHOS::sptr<IRemoteObject> tagServiceIface) in DispatchTagAbility() argument 196 TAG::TagAbilityDispatcher::DispatchTagAbility(tagInfo, tagServiceIface); in DispatchTagAbility() 199 void ExternalDepsProxy::DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string a… in DispatchAppGallery() argument 201 TAG::TagAbilityDispatcher::DispatchAppGallery(tagServiceIface, appGalleryBundleName); in DispatchAppGallery()
|
H A D | external_deps_proxy.h | 89 …patchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface); 90 …void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBundleNam…
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/controller_test/ |
H A D | tag_ability_dispatcher_test.cpp | 61 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; variable 63 tagAbilityDispatcher->DispatchTagAbility(tagInfo, tagServiceIface);
|
H A D | external_deps_proxy_test.cpp | 351 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; variable 353 externalDepsProxy->DispatchTagAbility(tagInfo, tagServiceIface);
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/ |
H A D | taginfo_parcelable.cpp | 29 OHOS::sptr<IRemoteObject> tagServiceIface) in TagInfoParcelable() argument 34 tagServiceIface_ = tagServiceIface; in TagInfoParcelable()
|
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() argument
|