Searched refs:clientCallback (Results 1 - 10 of 10) sorted by relevance
/drivers/peripheral/secure_element/hdi_service/ |
H A D | se_impl.cpp | 43 int32_t SeImpl::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) in init() argument 45 return adaptor_.init(clientCallback, status); in init()
|
H A D | se_impl.h | 32 int32_t init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) override;
|
/drivers/peripheral/secure_element/sim_hdi_service/ |
H A D | secure_element_interface_service.cpp | 32 const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback, in init() 35 return adaptor_.init(clientCallback, status); in init() 31 init( const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback, OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) init() argument
|
H A D | secure_element_interface_service.h | 32 int32_t init(const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback,
|
/drivers/peripheral/secure_element/test/unittest/se_impl_test/ |
H A D | se_impl_test.cpp | 67 const sptr<ISecureElementCallback> clientCallback = nullptr; in HWTEST_F() local 70 int ret = seImpl->init(clientCallback, status); in HWTEST_F()
|
/drivers/peripheral/secure_element/vendor_adaptor/ |
H A D | isecure_element_vendor.h | 31 virtual int32_t init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) = 0;
|
H A D | se_vendor_adaptions.cpp | 61 int32_t SeVendorAdaptions::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status)
in init() argument 65 if (clientCallback == nullptr) {
in init() 66 HDF_LOGE("init failed, clientCallback is null");
in init() 73 g_callbackV1_0 = clientCallback;
in init()
|
H A D | se_vendor_adaptions.h | 31 int32_t init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) override;
|
/drivers/peripheral/secure_element/vendor_sim_adaptor/ |
H A D | se_vendor_adaptions.cpp | 199 const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback,
in init() 203 if (clientCallback == nullptr) {
in init() 204 HDF_LOGE("init failed, clientCallback is null");
in init() 216 g_callbackV1_0 = clientCallback;
in init() 198 init( const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback, OHOS::HDI::SecureElement::SimSecureElement::V1_0::SecureElementStatus& status) init() argument
|
H A D | se_vendor_adaptions.h | 47 int32_t init(const sptr<OHOS::HDI::SecureElement::SimSecureElement::V1_0::ISecureElementCallback>& clientCallback,
|
Completed in 5 milliseconds