Home
last modified time | relevance | path

Searched defs:clientCallback (Results 1 – 7 of 7) sorted by relevance

/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
/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()
/ohos5.0/drivers/peripheral/secure_element/sim_hdi_service/
H A Dsecure_element_interface_service.cpp32const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallba… in init()
/ohos5.0/drivers/peripheral/secure_element/test/unittest/se_impl_test/
H A Dse_impl_test.cpp67 const sptr<ISecureElementCallback> clientCallback = nullptr; variable
/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()
/ohos5.0/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp196const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallba… in init()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp209 const std::shared_ptr<IDhcpClientCallBack> &clientCallback) in RegisterDhcpClientCallBack()