Home
last modified time | relevance | path

Searched refs:SeVendorAdaptions (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_test/
H A Dse_vendor_adaptions_test.cpp69 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
86 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
102 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
116 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
131 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
[all...]
/drivers/peripheral/secure_element/test/unittest/se_vendor_adaptions_mock_test/
H A Dse_vendor_adaptions_mock_test.cpp75 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
94 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
112 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
130 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
147 std::shared_ptr<SeVendorAdaptions> seVendorAdaptions = std::make_shared<SeVendorAdaptions>(); in HWTEST_F()
[all...]
/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp50 SeVendorAdaptions::SeVendorAdaptions() in SeVendorAdaptions() function in OHOS::HDI::SecureElement::SeVendorAdaptions
53 new RemoteDeathRecipient(std::bind(&SeVendorAdaptions::OnRemoteDied, this, std::placeholders::_1)); in SeVendorAdaptions()
56 SeVendorAdaptions::~SeVendorAdaptions() in ~SeVendorAdaptions()
61 int32_t SeVendorAdaptions::init(const sptr<ISecureElementCallback>& clientCallback, SecureElementStatus& status) in init()
63 HDF_LOGD("SeVendorAdaptions:%{public}s!", __func__); in init()
80 int32_t SeVendorAdaptions::getAtr(std::vector<uint8_t>& response) in getAtr()
82 HDF_LOGD("SeVendorAdaptions:%{public}s!", __func__); in getAtr()
97 int32_t SeVendorAdaptions
[all...]
H A Dse_vendor_adaptions.h26 class SeVendorAdaptions : public ISecureElementVendor { class
28 SeVendorAdaptions();
29 ~SeVendorAdaptions() override;
/drivers/peripheral/secure_element/hdi_service/
H A Dse_impl.h51 SeVendorAdaptions adaptor_;

Completed in 2 milliseconds