Searched refs:anum (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/navigation/ |
H A D | router_map_helper.cpp | 90 bool anum = std::regex_match(a, NUM_REGEX); in CompareIdentifiers() local 92 if (anum && bnum) { in CompareIdentifiers() 100 if (anum && !bnum) { in CompareIdentifiers() 103 if (bnum && !anum) { in CompareIdentifiers()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/ |
H A D | hfp_hf_command_processor.cpp | 461 uint16_t anum = StoiTryCatch(s); in ProcessListHfIndicators() local 465 [&anum](const HfpHfDataConnection::HfIndicator &indicator) { in ProcessListHfIndicators() 466 return indicator.anum == anum; in ProcessListHfIndicators() 474 HfpHfDataConnection::HfIndicator hfIndicator = {anum, 0, 0, 0, true, true}; in ProcessListHfIndicators() 483 uint16_t anum = 0; in ProcessChangeIndicatorState() local 486 int res = sscanf_s(arg.c_str(), "%hu,%hu", &anum, &value); in ProcessChangeIndicatorState() 492 if (indicator.anum == anum) { in ProcessChangeIndicatorState() 494 std::string cmd = "AT+BIEV=" + std::to_string(anum) + "," + in ProcessChangeIndicatorState() 495 std::to_string(dataConn.localHfIndicators_[anum - 1].value); in ProcessChangeIndicatorState()
|
H A D | hfp_hf_data_connection.h | 45 uint16_t anum {0};
|
H A D | hfp_hf_profile.cpp | 457 return (hfIndicator.anum == indicator && in ReportHfIndicator()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_command_processor.cpp | 558 … cmd = "+BIND: " + std::to_string(indicator.anum) + "," + std::to_string(indicator.isEnabled); in BindGetter() 579 indicator.anum = StoiTryCatch(dataConn, s); in BindSetter() 582 event = event + std::to_string(indicator.anum); in BindSetter() 584 event = "," + event + std::to_string(indicator.anum); in BindSetter() 601 cmd = cmd + std::to_string(indicator.anum); in BindTester() 603 cmd = cmd + "," + std::to_string(indicator.anum); in BindTester() 619 uint16_t anum; in BievSetter() local 632 anum = anumOut; in BievSetter() 636 if (anum == dataConn.localHfIndicators_[index].anum) { in BievSetter()
|
H A D | hfp_ag_data_connection.h | 37 uint16_t anum {0};
|