Home
last modified time | relevance | path

Searched refs:clientCallback (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.cpp43 int32_t SeImpl::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& statu… in init() argument
45 return adaptor_.init(clientCallback, status); in init()
H A Dse_impl.h32 …int32_t init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) over…
/ohos5.0/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp32 …nst sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback, in init() argument
35 return adaptor_.init(clientCallback, status); in init()
H A Dsecure_element_interface_service.h32 …nst sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback,
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h60 …ck(const std::string& ifname, const std::shared_ptr<IDhcpClientCallBack> &clientCallback) override;
62 …lientCallBack(const std::string& ifname, const sptr<IDhcpClientCallBack> &clientCallback) override;
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_impl_test/
H A Dse_impl_test.cpp67 const sptr<ISecureElementCallback> clientCallback = nullptr; variable
70 int ret = seImpl->init(clientCallback, status);
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/secureelement/
H A Dinterface_i_secure_element_interface.md20 …in] [ISecureElementCallback](interface_i_secure_element_callback.md) clientCallback, [out] enum [S…
75 ISecureElementInterface::init ([in] ISecureElementCallback clientCallback, [out] enum SecureElement…
/ohos5.0/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp61 int32_t SeVendorAdaptions::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementSt… in init() argument
65 if (clientCallback == nullptr) { in init()
79 g_callbackV1_0 = clientCallback; in init()
H A Disecure_element_vendor.h31 …virtual int32_t init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& stat…
H A Dse_vendor_adaptions.h31 …int32_t init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) over…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/cpp_target/secure_element/v1_0/
H A Dsecure_element_interface_proxy.cpp.txt164 …(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback, OHOS::HDI::Se…
166 …return OHOS::HDI::SecureElement::V1_0::SecureElementInterfaceProxy::init_(clientCallback, status, …
213 …(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback, OHOS::HDI::Se…
224 if (clientCallback == nullptr) {
225 HDF_LOGE("%{public}s: parameter clientCallback is nullptr!", __func__);
229 …emoteObject(OHOS::HDI::ObjectCollector::GetInstance().GetOrNewObject(clientCallback, OHOS::HDI::Se…
230 HDF_LOGE("%{public}s: write clientCallback failed!", __func__);
H A Dsecure_element_interface_proxy.h.txt70 int32_t init(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback,
92 …c int32_t init_(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback,
H A Dsecure_element_interface_service.cpp.txt30 …(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback, OHOS::HDI::Se…
H A Dsecure_element_interface_service.h.txt30 int32_t init(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback,
H A Dsecure_element_interface_stub.cpp.txt186 sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback> clientCallback;
193clientCallback = new OHOS::HDI::SecureElement::V1_0::SecureElementCallbackProxy(clientCallbackRemo…
194 if (clientCallback == nullptr) {
206 int32_t secureElementInterfaceRet = impl->init(clientCallback, status);
H A Disecure_element_interface.h.txt75 …al int32_t init(const sptr<OHOS::HDI::SecureElement::V1_0::ISecureElementCallback>& clientCallback,
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp196 …nst sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback, in init() argument
200 if (clientCallback == nullptr) { in init()
212 g_callbackV1_0 = clientCallback; in init()
H A Dse_vendor_adaptions.h47 …nst sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback,
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp209 const std::shared_ptr<IDhcpClientCallBack> &clientCallback) in RegisterDhcpClientCallBack() argument
212 const sptr<IDhcpClientCallBack> &clientCallback) in RegisterDhcpClientCallBack()
222 (iter->second) = clientCallback; in RegisterDhcpClientCallBack()
226 std::shared_ptr<IDhcpClientCallBack> mclientCallback = clientCallback; in RegisterDhcpClientCallBack()
228 sptr<IDhcpClientCallBack> mclientCallback = clientCallback; in RegisterDhcpClientCallBack()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/
H A Ddmic_client_test.cpp106 auto clientCallback = std::make_shared<MockIAudioEventCallback>(); variable
107 micClient_->SetAttrs(devId, clientCallback);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/dump_ast_target/
H A Ddump.txt9 [in] ohos.hdi.secure_element.v1_0.ISecureElementCallback clientCallback,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/secure_element_v1_0/foo/secure_element/v1_0/
H A DISecureElementInterface.idl37 init([in] ISecureElementCallback clientCallback, [out] enum SecureElementStatus status);
/ohos5.0/drivers/interface/secure_element/sim_secure_element/v1_0/
H A DISecureElementInterface.idl37 init([in] ISecureElementCallback clientCallback, [out] enum SecureElementStatus status);
/ohos5.0/drivers/interface/secure_element/v1_0/
H A DISecureElementInterface.idl37 init([in] ISecureElementCallback clientCallback, [out] enum SecureElementStatus status);