Home
last modified time | relevance | path

Searched defs:tech (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dtaginfo.cpp45 bool TagInfo::IsTechSupported(KITS::TagTechnology tech) in IsTechSupported()
60 std::string TagInfo::GetStringTech(int tech) in GetStringTech()
100 AppExecFwk::PacMap TagInfo::GetTechExtrasByTech(KITS::TagTechnology tech) in GetTechExtrasByTech()
/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dnetwork_register.cpp69 RadioTech tech, in UpdateNetworkSearchState()
98 …RadioTech tech = ConvertTechFromRil(static_cast<TelRilRadioTech>(csRegStateResult->radioTechnology… in ProcessCsRegister() local
144 …RadioTech tech = ConvertTechFromRil(static_cast<TelRilRadioTech>(psRegStatusResult->radioTechnolog… in ProcessPsRegister() local
361 RadioTech tech = networkSearchState_->GetNetworkStatus()->GetPsRadioTech(); in UpdateCfgTech() local
467 RadioTech NetworkRegister::GetTechnologyByNrConfig(RadioTech tech) in GetTechnologyByNrConfig()
H A Dnetwork_search_state.cpp83 void NetworkSearchState::SetNetworkType(RadioTech tech, DomainType domainType) in SetNetworkType()
255 int32_t NetworkSearchState::GetLastCfgTech(RadioTech &tech) in GetLastCfgTech()
266 int32_t NetworkSearchState::GetLastPsRadioTech(RadioTech &tech) in GetLastPsRadioTech()
277 void NetworkSearchState::SetCfgTech(RadioTech tech) in SetCfgTech()
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/getstringtech_fuzzer/
H A Dgetstringtech_fuzzer.cpp30 int tech = static_cast<int>(data[0]); in FuzzGetStringTech() local
/ohos5.0/base/telephony/sms_mms/interfaces/innerkits/ims/
H A Dims_sms_types.h62 SmsRadioTechnologyFamily tech = SmsRadioTechnologyFamily::SMS_RADIO_TECH_3GPP; member
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/gettechextrasbytech_fuzzer/
H A Dgettechextrasbytech_fuzzer.cpp59 TagTechnology tech = static_cast<TagTechnology>(ConvertToUint32(data)); in FuzzGetTechExtrasByTech() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/istechsupported_fuzzer/
H A Distechsupported_fuzzer.cpp59 TagTechnology tech = static_cast<TagTechnology>(ConvertToUint32(data)); in FuzzIsTechSupported() local
/ohos5.0/foundation/communication/nfc/test/fuzztest/tags_test/taginfo/setconnectedtagtech_fuzzer/
H A Dsetconnectedtagtech_fuzzer.cpp59 TagTechnology tech = static_cast<TagTechnology>(ConvertToUint32(data)); in FuzzGetTechExtrasByTech() local
/ohos5.0/foundation/communication/nfc/services/src/external_deps/
H A Dapp_data_parser.h51 std::vector<std::string> tech; member
H A Dapp_data_parser.cpp293 std::string tech = uri.type.substr(0, pos); in UpdateTagAppList() local
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session_stub.cpp100 int tech = data.ReadInt32(); in HandleConnect() local
154 int tech = data.ReadInt32(); in HandleSetTimeout() local
171 int tech = data.ReadInt32(); in HandleGetTimeout() local
327 int tech = data.ReadInt32(); in HandleGetMaxTransceiveLength() local
/ohos5.0/base/telephony/core_service/test/fuzztest/imsregcallback_fuzzer/
H A Dimsregcallback_fuzzer.cpp42 int32_t tech = static_cast<int32_t>(*data % TECH_NUM); in OnRemoteRequest() local
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dnetwork_state.cpp336 void NetworkState::SetNetworkType(RadioTech tech, DomainType domainType) in SetNetworkType()
397 void NetworkState::SetCfgTech(RadioTech tech) in SetCfgTech()
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_host.cpp294 void TagHost::RemoveTech(int tech) in RemoveTech()
562 void TagHost::AddNdefTechToTagInfo(uint32_t tech, uint32_t discId, uint32_t actProto, AppExecFwk::P… in AddNdefTechToTagInfo()
H A Dtag_nci_adapter_ntf.cpp430 uint32_t tech[MAX_NUM_TECHNOLOGY]; in GetTechFromData() local
511 …d::string TagNciAdapterNtf::GetTechPollForTypeB(tNFC_RF_TECH_PARAMS nfcRfTechParams, uint32_t tech) in GetTechPollForTypeB()
H A Dtag_nci_adapter.cpp1253 uint32_t tech[MAX_NUM_TECHNOLOGY]; in GetTechFromData() local
1350 std::string TagNciAdapter::GetTechPollForTypeB(tNFC_RF_TECH_PARAMS nfcRfTechParams, uint32_t tech) in GetTechPollForTypeB()
/ohos5.0/base/telephony/core_service/services/core/src/
H A Dcore_service_hisysevent.cpp64 …sEvent::WriteNetworkStateBehaviorEvent(int32_t slotId, int32_t domain, int32_t tech, int32_t state) in WriteNetworkStateBehaviorEvent()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_file_manager.cpp812 … std::shared_ptr<VoiceRadioTechnology> tech = event->GetSharedObject<VoiceRadioTechnology>(); in ProcessEvent() local
926 …leManager::IccType SimFileManager::GetIccTypeByTech(const std::shared_ptr<VoiceRadioTechnology> &t… in GetIccTypeByTech()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp67 napi_value tech; in GetTagInfo() local
H A Dnfc_napi_foreground_dispatch.cpp260 napi_value tech; in CreateResult() local
/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_conn_client_test.cpp1260 int32_t tech = 2; variable
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_sim.cpp852 int32_t HRilSim::ConvertRadioProtocolTech(int32_t tech) in ConvertRadioProtocolTech()
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dzero_branch_test.cpp460 auto tech = std::make_shared<VoiceRadioTechnology>(); variable
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp675 NetworkRat tech = static_cast<NetworkRat>(radioTech); in GetRadioTechName() local