Home
last modified time | relevance | path

Searched defs:phoneNumber (Results 1 - 25 of 28) sorted by relevance

12

/applications/standard/contacts_data/test/unittest/src/
H A Drandom_number_utils.cpp30 std::string phoneNumber = ""; in Generating() local
H A Dcalllogfuzzyquery_test.cpp76 std::string phoneNumber = randomNumberUtils.Generating(9); in HWTEST_F() local
122 std::string phoneNumber = randomNumberUtils.Generating(11); in HWTEST_F() local
162 std::string phoneNumber = randomNumberUtils.Generating(11); in HWTEST_F() local
201 std::string phoneNumber = randomNumberUtils.Generating(11); in HWTEST_F() local
240 std::string phoneNumber = randomNumberUtils.Generating(11); HWTEST_F() local
[all...]
H A Dvoicemailability_test.cpp33 int64_t VoicemailAbilityTest::VoicemailStatusInsert(std::string phoneNumber, int status) in VoicemailStatusInsert() argument
100 std::string phoneNumber = randomNumberUtils.Generating(8); in GetVoiceMailValues() local
159 std::string phoneNumber = randomNumberUtils.Generating(6); in HWTEST_F() local
192 std::string phoneNumber = randomNumberUtils.Generating(6); in HWTEST_F() local
258 std::string phoneNumber = randomNumberUtils.Generating(4); in HWTEST_F() local
298 std::string phoneNumber = randomNumberUtils.Generating(6); HWTEST_F() local
337 std::string phoneNumber = randomNumberUtils.Generating(7); HWTEST_F() local
430 std::string phoneNumber = randomNumberUtils.Generating(6); HWTEST_F() local
477 std::string phoneNumber = randomNumberUtils.Generating(9); HWTEST_F() local
518 std::string phoneNumber = randomNumberUtils.Generating(5); HWTEST_F() local
558 std::string phoneNumber = randomNumberUtils.Generating(9); HWTEST_F() local
658 std::string phoneNumber = randomNumberUtils.Generating(6); HWTEST_F() local
713 std::string phoneNumber = randomNumberUtils.Generating(9); HWTEST_F() local
750 std::string phoneNumber = randomNumberUtils.Generating(5); HWTEST_F() local
781 std::string phoneNumber = randomNumberUtils.Generating(5); HWTEST_F() local
853 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
904 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
938 std::string phoneNumber = listAddBluk[i].Get("phone_number", isValid); HWTEST_F() local
961 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
995 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1040 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1069 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1106 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1155 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1184 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1223 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1351 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1449 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1483 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
1524 std::string phoneNumber = randomNumberUtils.Generating(number); HWTEST_F() local
[all...]
H A Dcalllogability_test.cpp33 int64_t CalllogAbilityTest::CalllogInsert(std::string phoneNumber) in CalllogInsert() argument
126 std::string phoneNumber = randomNumberUtils.Generating(number); in GetCallLogValues() local
192 std::string phoneNumber = randomNumberUtils.Generating(10); in HWTEST_F() local
258 std::string phoneNumber = randomNumberUtils.Generating(12); in HWTEST_F() local
329 std::string phoneNumber = randomNumberUtils.Generating(10); in HWTEST_F() local
380 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
412 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
452 std::string phoneNumber = randomNumberUtils.Generating(14); HWTEST_F() local
487 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
518 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
590 std::string phoneNumber = randomNumberUtils.Generating(numberLen); HWTEST_F() local
652 std::string phoneNumber = randomNumberUtils.Generating(9); HWTEST_F() local
685 std::string phoneNumber = randomNumberUtils.Generating(9); HWTEST_F() local
733 std::string phoneNumber = randomNumberUtils.Generating(6); HWTEST_F() local
775 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
814 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
1100 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
1147 std::string phoneNumber = randomNumberUtils.Generating(10); HWTEST_F() local
[all...]
H A Dcontactprofile_test.cpp2939 std::string phoneNumber = randomNumberUtils.Generating(9); in HWTEST_F() local
89 ContactBlocklistInsert( std::string phoneNumber, OHOS::DataShare::DataShareValuesBucket &contactBlocklistValues) ContactBlocklistInsert() argument
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dsched_telephony_observer.cpp23 void SchedTelephonyObserver::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() argument
/third_party/libphonenumber/cpp/src/phonenumbers/geocoding/
H A Dgeocoding_warpper.cc28 i18n::phonenumbers::PhoneNumber phoneNumber; in exposeLocationName() local
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/
H A DResultServlet.java134 getOutputForSingleNumber( String phoneNumber, String defaultCountry, Locale geocodingLocale) getOutputForSingleNumber() argument
[all...]
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/helper/
H A DWebHelper.java32 getPermaLinkURL( String phoneNumber, String defaultCountry, Locale geocodingLocale, boolean absoluteURL) getPermaLinkURL() argument
59 getNewIssueLink( String phoneNumber, String defaultCountry, Locale geocodingLocale) getNewIssueLink() argument
/third_party/libphonenumber/java/demo/src/main/java/com/google/phonenumbers/demo/render/
H A DErrorRenderer.java26 private final String phoneNumber; field in ErrorRenderer
31 ErrorRenderer( String phoneNumber, String defaultCountry, Locale geocodingLocale, String error) ErrorRenderer() argument
H A DResultRenderer.java37 private final String phoneNumber; field in ResultRenderer
44 ResultRenderer( String phoneNumber, String defaultCountry, Locale geocodingLocale, PhoneNumber number) ResultRenderer() argument
/foundation/multimedia/player_framework/services/services/observer/
H A Dmedia_telephony_listener.cpp42 void MediaTelephonyListener::OnCallStateUpdated(int32_t slotId, int32_t callState, const std::u16string &phoneNumber) in OnCallStateUpdated() argument
/foundation/multimedia/player_framework/test/unittest/observer_test/observer_unittest/
H A Dincall_observer_func_unittest.cpp204 std::u16string phoneNumber = u""; in HWTEST_F() local
/test/xts/tools/sample/ServerSampleE/java/jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/sample/entity/
H A DOhSampleBusiness.java134 private String phoneNumber; field in OhSampleBusiness
/foundation/multimedia/av_session/frameworks/common/src/
H A Davcall_meta_data.cpp61 void AVCallMetaData::SetPhoneNumber(const std::string& phoneNumber) in SetPhoneNumber() argument
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp177 std::string phoneNumber = *std::get_if<std::string>(&data["phoneNumber"]); in HWTEST_F() local
227 std::string phoneNumber = *std::get_if<std::string>(&data["phoneNumber"]); in HWTEST_F() local
/applications/standard/contacts_data/dataBusiness/calllog/src/
H A Dcalllog_database.cpp252 std::string phoneNumber; in QueryContactsByInsertCalls() local
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Dcontacts_update_helper.cpp203 std::string phoneNumber; in DataToUpdateCallLog() local
306 UpdateCallLog( std::string &phoneNumber, std::string &name, std::string &quickSearch, bool isDelete, bool isCallLog) UpdateCallLog() argument
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Dobserver_event_test.cpp498 std::u16string phoneNumber; in HWTEST_F() local
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A Dresschedobserver_fuzzer.cpp621 std::u16string phoneNumber = GetU16StringFromData(DATA_LENGTH); in OnCallStateUpdatedFuzzTest() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/
H A Dtrigger_helper.cpp565 OnCallStateUpdated( int32_t slotId, int32_t callState, const std::u16string &phoneNumber) OnCallStateUpdated() argument
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_api.cpp415 std::string phoneNumber = contactsBuild.NapiGetValueString(env, number); in BuildQueryContactsByPhoneNumberPredicates() local
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h514 std::string phoneNumber; member in OHOS::ContactsApi::Attribute::PhoneNumber
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dmap_service.h115 std::string phoneNumber = ""; member
121 std::string phoneNumber = ""; member
/kernel/linux/linux-5.10/include/linux/netfilter/
H A Dnf_conntrack_pptp.h194 __u8 phoneNumber[64]; member

Completed in 25 milliseconds

12