Home
last modified time | relevance | path

Searched refs:tagServiceIface (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dtag_ability_dispatcher.cpp84 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 Dtag_ability_dispatcher.h33 …patchTagAbility(std::shared_ptr<KITS::TagInfo> tagInfo, OHOS::sptr<IRemoteObject> tagServiceIface);
35 …static void DispatchAppGallery(OHOS::sptr<IRemoteObject> tagServiceIface, std::string appGalleryBu…
H A Dexternal_deps_proxy.cpp194 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 Dexternal_deps_proxy.h89 …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 Dtag_ability_dispatcher_test.cpp61 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; variable
63 tagAbilityDispatcher->DispatchTagAbility(tagInfo, tagServiceIface);
H A Dexternal_deps_proxy_test.cpp351 OHOS::sptr<IRemoteObject> tagServiceIface = nullptr; variable
353 externalDepsProxy->DispatchTagAbility(tagInfo, tagServiceIface);
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo_parcelable.cpp29 OHOS::sptr<IRemoteObject> tagServiceIface) in TagInfoParcelable() argument
34 tagServiceIface_ = tagServiceIface; in TagInfoParcelable()
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() argument