Home
last modified time | relevance | path

Searched refs:phone (Results 1 - 4 of 4) sorted by relevance

/base/powermgr/battery_statistics/frameworks/napi/src/
H A Dbattery_stats_module.cpp97 napi_value phone = nullptr; in CreateEnumStatsType() local
107 napi_create_int32(env, (int32_t)BatteryStatsInfo::ConsumptionType::CONSUMPTION_TYPE_PHONE, &phone); in CreateEnumStatsType()
118 DECLARE_NAPI_STATIC_PROPERTY("CONSUMPTION_TYPE_PHONE", phone), in CreateEnumStatsType()
/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/include/
H A Dcode_rule.h34 void StartWithBrackets(icu::UnicodeString& phone);
H A Dregex_rule.h42 void StartWithBrackets(icu::UnicodeString& phone); // codes rules
/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_data_base_helper.cpp157 std::string phone; in Query() local
160 int32_t ret = resultSet->GetString(columnIndex, phone); in Query()
161 if (ret == 0 && (!phone.empty())) { in Query()
162 phones->push_back(phone); in Query()
320 TELEPHONY_LOGE("Format phone number failed."); in QueryIsBlockPhoneNumber()
326 TELEPHONY_LOGE("Format phone number failed."); in QueryIsBlockPhoneNumber()

Completed in 3 milliseconds