Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 22 of 22) sorted by relevance

/applications/standard/contacts_data/test/unittest/src/
Dcontactquery_test.cpp166 std::string tag("query_by_name_test_200"); variable
192 std::string tag("query_by_pinyin_test_300"); variable
219 std::string tag("query_by_pinyin_test_400"); variable
246 std::string tag("query_by_company_test_500"); variable
276 std::string tag("query_by_position_test_600"); variable
306 std::string tag("query_by_phone_test_700"); variable
334 std::string tag("query_by_nick_name_test_800"); variable
362 std::string tag("query_by_email_test_900"); variable
392 std::string tag("query_by_address_test_1000"); variable
420 std::string tag("query_by_note_test_1100"); variable
[all …]
Dcontactpinyin_test.cpp119 std::string tag("pinyin_conversion_Insert_test_100"); variable
147 std::string tag("pinyin_conversion_Insert_test_200"); variable
Dperformance_test.cpp526 std::string tag("voicemail_query_performance_test_700"); variable
Dcontactprofile_test.cpp2091 std::string tag("contactProfile_Query_test_4000"); variable
2167 std::string tag("contactProfile_Query_test_4200"); variable
2421 std::string tag("contactProfile_Query_test_4800"); variable
3209 std::string tag("abnormal_contactProfile_Query_test_6600"); variable
Dcontactability_test.cpp2096 std::string tag("contact_Query_test_4000"); variable
2172 std::string tag("contact_Query_test_4200"); variable
2426 std::string tag("contact_Query_test_4800"); variable
3215 std::string tag("abnormal_contact_Query_test_6600"); variable
Dcontactgroup_test.cpp636 std::string tag("abnormal_groups_Query_test_1300"); variable
/applications/standard/contacts_data/jstest/
Drecovery_test.js41 async function contactsQuery(tag, uri, size) { argument
85 async function deleteRawContact(tag) { argument
DGroups_test.js28 async function groupsQuery(map, tag) { argument
53 async function queryIdForDelete(map, tag) { argument
69 async function deleteAll(uri, tag) { argument
DVoicemail_test.js39 async function voicemailQuery(map, tag) { argument
64 async function voicemailQueryForDelete(map, tag) { argument
80 async function voicemailQueryError(map, tag) { argument
96 async function voicemailQueryForBatchInsert(array, tag) { argument
127 async function voiceMailDelete(tag) { argument
DCalllog_test.js40 async function calllogQueryForALL(map, tag) { argument
67 async function calllogQueryForDelete(map, tag) { argument
83 async function calllogQueryForBatchInsert(array, tag) { argument
114 async function calllogDelete(tag) { argument
DContactCard_test.js53 async function contactsQuery(map, tag, uri) argument
81 async function queryBatch(map, tag, size) argument
99 async function queryIdForDelete(map, tag, uri) argument
117 async function deleteAll(uri, tag) argument
131 async function deleteRawContact(tag) argument
4468 …async function queryUpdateThree(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactIdT… argument
4620 async function queryUpdateAllData(tag, dataShareHelper, rawContactId) argument
4678 …async function queryThreeFavorite(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactI… argument
4880 …async function queryThreeGroup(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactIdTw… argument
4974 …async function queryZeroGroup(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactIdTwo) argument
[all …]
DContacts_test.js52 async function contactsQuery(map, tag, uri) argument
80 async function queryBatch(map, tag, size) argument
98 async function queryIdForDelete(map, tag, uri) argument
116 async function deleteAll(uri, tag) argument
130 async function deleteRawContact(tag) argument
4448 …async function queryUpdateThree(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactIdT… argument
4600 async function queryUpdateAllData(tag, dataShareHelper, rawContactId) argument
4658 …async function queryThreeFavorite(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactI… argument
4859 …async function queryThreeGroup(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactIdTw… argument
4952 …async function queryZeroGroup(tag, dataShareHelper, rawContactId, rawContactIdOne, rawContactIdTwo) argument
[all …]
DContactMerge_test.js114 async function deleteAll(uri, tag) argument
124 async function ContactMergeQuery(map, tag, size) argument
167 async function insertContactData(dataShareHelper, rawContactId, detailInfo, types, tag) argument
949 async function ManualNotMerge(dataShareHelper, rawContactId1, rawContactId2, tag) argument
/applications/standard/settings/product/phone/src/main/ets/MainAbility/
DAppInfoAbility.ts21 tag: string = "ApplicationInfoSettings"; property in MainAbility
/applications/standard/app_samples/code/BasicFeature/Ads/OAIDSample/entry/src/main/ets/log/
DLogger.ts19 private tag: number = 0XFF00; property in Logger
/applications/standard/app_samples/code/BasicFeature/Media/Camera/entry/src/main/ets/model/
DMediaUtils.ts26 private tag: string = 'MediaUtils'; property in MediaUtils
/applications/standard/app_samples/code/Solutions/Media/MultiMedia/entry/src/main/ets/model/
DRecordModel.ts32 private tag: string = 'RecordModel' property in RecordModel
DMediaUtils.ts30 private tag: string = 'MediaUtils' property in MediaUtils
DCameraService.ts36 private tag: string = 'CameraService' property in CameraService
/applications/standard/app_samples/code/SystemFeature/Security/CertificateFramework/entry/src/main/ets/model/
DCertChainModel.ts33 private tag = 'CertChain'; property in CertChainModel
/applications/standard/app_samples/code/SystemFeature/WindowManagement/WindowManage/WindowComponent/src/main/ets/components/feature/
DWindowManger.ts43 private tag: string = 'WindowManger'; property in WindowManger
/applications/sample/camera/communication/wpa_cli/src/
Dwpa_cli_sample.c46 static void DumpString(const char *buf, int len, const char *tag) in DumpString()