Home
last modified time | relevance | path

Searched defs:technology (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/communication/nfc/test/unittest/services/services_tags_test/
H A Dtag_session_test.cpp105 int technology = MAX_TECH; variable
120 int technology = -1; variable
135 int technology = static_cast<int>(KITS::TagTechnology::NFC_A_TECH); variable
274 int technology = -1; variable
289 int technology = MAX_TECH; variable
304 int technology = static_cast<int>(KITS::TagTechnology::NFC_A_TECH); variable
336 int technology = -1; variable
350 int technology = MAX_TECH; variable
408 int technology = -1; variable
422 int technology = 1; variable
[all …]
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.cpp96 bool NciTagProxy::Connect(uint32_t tagDiscId, uint32_t technology) in Connect()
281 void NciTagProxy::SetTimeout(uint32_t tagDiscId, uint32_t timeout, uint32_t technology) in SetTimeout()
294 void NciTagProxy::GetTimeout(uint32_t tagDiscId, uint32_t &timeout, uint32_t technology) in GetTimeout()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_radio_protocol_v10.md81 ### technology subsection
H A D_radio_protocol_v11.md81 ### technology subsection
/ohos5.0/base/powermgr/battery_lite/test/Interface_test/test/unittest/src/
H A Dbatterymgr_interfaces_test.cpp119 char *technology = GetBatTechnology(); variable
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnci_tag_impl_default.cpp64 bool NciTagImplDefault::Connect(uint32_t tagDiscId, uint32_t technology) in Connect()
185 void NciTagImplDefault::SetTimeout(uint32_t tagDiscId, uint32_t timeout, uint32_t technology) in SetTimeout()
193 void NciTagImplDefault::GetTimeout(uint32_t tagDiscId, uint32_t &timeout, uint32_t technology) in GetTimeout()
H A Dtag_host.cpp64 bool TagHost::Connect(int technology) in Connect()
233 void TagHost::SetTimeout(uint32_t timeout, int technology) in SetTimeout()
239 uint32_t TagHost::GetTimeout(uint32_t technology) in GetTimeout()
254 KITS::TagTechnology technology = KITS::TagTechnology::NFC_INVALID_TECH; in GetTechList() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/battery/
H A D_battery_info_v10.md150 ### technology subsection
H A D_battery_info_v11.md150 ### technology subsection
H A D_battery_info_v12.md150 ### technology subsection
H A D_battery_info_v20.md151 ### technology subsection
/ohos5.0/base/powermgr/battery_manager/test/unittest/src/
H A Dbattery_srv_proxy_mock_test.cpp125 std::string technology = g_proxy->GetTechnology(); variable
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/
H A Dtag_session_proxy.cpp31 int TagSessionProxy::Connect(int tagRfDiscId, int technology) in Connect()
95 int TagSessionProxy::SetTimeout(int tagRfDiscId, int timeout, int technology) in SetTimeout()
115 int TagSessionProxy::GetTimeout(int tagRfDiscId, int technology, int &timeout) in GetTimeout()
146 int TagSessionProxy::GetMaxTransceiveLength(int technology, int &maxSize) in GetMaxTransceiveLength()
H A Dbasic_tag_session.cpp24 BasicTagSession::BasicTagSession(std::weak_ptr<TagInfo> tagInfo, KITS::TagTechnology technology) in BasicTagSession()
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp53 int TagSession::Connect(int tagRfDiscId, int technology) in Connect()
139 int TagSession::SetTimeout(int tagRfDiscId, int timeout, int technology) in SetTimeout()
159 int TagSession::GetTimeout(int tagRfDiscId, int technology, int &timeout) in GetTimeout()
378 int TagSession::GetMaxTransceiveLength(int technology, int &maxSize) in GetMaxTransceiveLength()
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_tag_proxy_test/
H A Dnci_tag_proxy_test.cpp128 uint32_t technology = 0; variable
306 uint32_t technology = 0; variable
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_feature.c99 char* technology = NULL; in TechnologyImpl() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/tagsession_test/tagsession/tagsession_fuzzer/
H A Dtagsession_fuzzer.cpp158 int technology = 0; in FuzzSetTimeout() local
167 int technology = 0; in FuzzGetTimeout() local
/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/
H A Dbattery_sttest.cpp586 auto technology = BatterySrvClient.GetTechnology(); variable
593 auto technology = BatterySrvClient.GetTechnology(); variable
/ohos5.0/base/powermgr/battery_manager/frameworks/native/test/unittest/src/
H A Dbattery_client_test.cpp279 auto technology = BatterySrvClient.GetTechnology(); variable
286 auto technology = BatterySrvClient.GetTechnology(); variable
/ohos5.0/base/powermgr/battery_manager/services/native/src/
H A Dbattery_dump.cpp83 std::string technology = service->GetTechnology(); in GetBatteryInfo() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/services_test/nci_adapter_test/ncitagproxy/ncitagproxy_fuzzer/
H A Dncitagproxy_fuzz.cpp89 uint32_t technology = intArray[1]; in FuzzConnect() local
209 uint32_t technology = intArray[2]; // need 3 uint32_t in FuzzSetTimeout() local
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dbattery_info.cpp99 auto technology = g_battClient.GetTechnology(); in GetTechnology() local
471 napi_value technology = nullptr; in CreateEventBatteryChangedKey() local
519 napi_value technology = nullptr; in CreateEventBatteryChangedCode() local
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/src/
H A Dbattery_module.cpp128 char *technology = NULL; in GetTechnology() local
/ohos5.0/base/powermgr/battery_manager/test/benchmarktest/
H A Dbattery_benchmark_test.cpp153 auto technology = g_batterySrvClient.GetTechnology(); in BENCHMARK_F() local

12