/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_type.cpp | 33 int64_t ContactsType::Insert(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, std::string typeValue, int typeId) in Insert() function in OHOS::Contacts::ContactsType 46 int ret = store_->Insert(outRowId, ContactTableName::CONTACT_TYPE, values); in Insert() 79 Insert(rdbStore, typeValue, typeId); in PrepopulateCommonTypes()
|
H A D | contacts_account.cpp | 43 * @brief Insert ContactsAccount into rdbStore 45 * @param rdbStore Insert operation based on rdbStore 49 * @return Insert database results code 51 int64_t ContactsAccount::Insert( in Insert() function in OHOS::Contacts::ContactsAccount 63 int ret = store_->Insert(outRowId, ContactTableName::ACCOUNT, values); in Insert() 72 Insert(rdbStore, AccountData::ACCOUNT_NAME, AccountData::ACCOUNT_TYPE); in PrepopulateCommonAccountTypes()
|
H A D | contacts_datashare_stub_impl.cpp | 85 int ContactsDataShareStubImpl::Insert(const Uri &uri, const DataShareValuesBucket &value) in Insert() function in OHOS::DataShare::ContactsDataShareStubImpl 94 ret = extension->Insert(uri, value); in Insert()
|
H A D | contacts_database.cpp | 136 * @brief Insert contact data into the raw_contact table 184 contactsSearch.Insert(store_, contactId, outRawContactId, rawContactValues, searchContactId); in InsertRawContact() 219 * @brief Insert data into table contact_data 221 * @param table Insert tableName 259 int ret = store_->Insert(outDataRowId, table, contactDataValues); in InsertContactData() 296 typeId = contactsType.Insert(store_, typeText, RDB_OBJECT_EMPTY); in GetTypeText() 314 * @brief Insert data into table groups 316 * @param table Insert tableName 332 int ret = store_->Insert(outGroupRowId, table, initialValues); in InsertGroup() 341 * @brief Insert dat [all...] |
/applications/standard/calendardata/calendarmanager/native/src/ |
H A D | data_share_helper_manager.cpp | 32 int DataShareHelperManager::Insert(const Uri &uri, const DataShareValuesBucket &value) in Insert() function in OHOS::CalendarApi::DataShareHelperManager 38 return dataShareHelper->Insert(const_cast<Uri &>(uri), value); in Insert()
|
H A D | native_calendar.cpp | 58 auto index = DataShareHelperManager::GetInstance().Insert(*(m_reminderUrl.get()), valuesBucket); in InsertReminders() 59 LOG_INFO("Insert reminder index %{private}d", index); in InsertReminders() 66 auto eventId = DataShareHelperManager::GetInstance().Insert(*(m_eventUri.get()), valueEvent); in AddEventInfo() 67 LOG_INFO("Insert Event eventId %{private}d", eventId); in AddEventInfo()
|
/applications/standard/contacts_data/dataBusiness/quicksearch/src/ |
H A D | contacts_search.cpp | 36 int64_t ContactsSearch::Insert(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, int64_t contactId, in Insert() function in OHOS::Contacts::ContactsSearch 45 int rowSearchContactRet = rdbStore->Insert(searchContactId, ContactTableName::SEARCH_CONTACT, searchContactValues); in Insert()
|
/applications/standard/contacts_data/test/unittest/include/ |
H A D | voicemailability_test.h | 66 void Insert() in Insert() function in Contacts::Test::VoicemailAsync 70 int64_t code = voicemailAbility.Insert(voicemailUri, this->values); in Insert()
|
H A D | calllogability_test.h | 66 void Insert() in Insert() function in Contacts::Test::CallLogAsync 70 int64_t code = calllogAbility.Insert(callLogUri, this->values); in Insert() 76 HILOG_INFO("--- VoicemailAsync Insert---%{public}s", CallLogUri::CALL_LOG); in Insert()
|
H A D | contactability_test.h | 66 void Insert() in Insert() function in Contacts::Test::ContactAsync 70 int64_t code = contactsDataAbility.Insert(uriRawContact, this->values); in Insert() 77 HILOG_INFO("--- VoicemailAsync Insert---%{public}s", ContactsUri::RAW_CONTACT); in Insert()
|
/applications/standard/contacts_data/test/unittest/src/ |
H A D | contactgroup_test.cpp | 43 int64_t code = contactsDataAbility.Insert(uriGroups, groupValues); in GroupsInsert() 187 int64_t code = contactsDataAbility.Insert(uriGroups, values); in GroupsInsertValues() 560 int64_t groupId = contactsDataAbility.Insert(uriGroups, groupValues); in HWTEST_F() 565 groupId = contactsDataAbility.Insert(errorUri, groupValues); in HWTEST_F()
|
H A D | contactpinyin_test.cpp | 36 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactInsert() 48 int64_t code = contactsDataAbility.Insert(uriContactData, contactDataValues); in ContactDataInsert() 110 * @tc.name Insert a simplified Chinese name to view the converted Pinyin 138 * @tc.name Insert a traditional Chinese name and view the converted Pinyin 166 * @tc.name Insert an English name to view the converted Pinyin 194 * @tc.name Insert a name with special characters to view the converted Pinyin 221 * @tc.name Insert a name in multiple languages and view the converted Pinyin
|
H A D | voicemailability_test.cpp | 39 int64_t code = voicemailAbility.Insert(uriVoicemail, voicemailValues); in VoicemailStatusInsert() 80 int64_t code = voicemailAbility.Insert(uriVoicemail, values); in VoicemailInsertValues() 90 int64_t code = voicemailAbility.Insert(uriVoicemail, values); in VoicemailInsertValue() 325 * @tc.name Insert 3 pieces of voicemail data first, then delete 2 of them, and verify whether the deletion is 547 * @tc.name Insert 3 pieces of voicemail data, modify 2 of them, and verify whether the modification is successful 739 * @tc.name Insert a single voice mailbox and query the inserted voice mailbox data according to the returned ID 770 * @tc.name Insert multiple voice mailboxes, and query the inserted voice mailbox data according to the returned ID 963 int64_t voicemailId = voicemailAbility.Insert(uriVoicemail, voicemailValues); in HWTEST_F() 997 int64_t voicemailId = voicemailAbility.Insert(errorUriVoicemails, voicemailValues); in HWTEST_F() 1568 std::thread asyncThread(&VoicemailAsync::Insert, contactAsyn in HWTEST_F() [all...] |
H A D | calllogability_test.cpp | 38 int64_t code = calllogAbility.Insert(uriCalllog, calllogValues); in CalllogInsert() 70 int64_t code = calllogAbility.Insert(uriCalllog, values); in CalllogInsertValues() 78 int64_t code = calllogAbility.Insert(uriCalllog, values); in CalllogInsertValue() 736 int calllogId = calllogAbility.Insert(uriCalllog, calllogValues); in HWTEST_F() 748 calllogId = calllogAbility.Insert(errorUri, calllogValues); in HWTEST_F() 1208 std::thread asyncThread(&CallLogAsync::Insert, contactAsync); in HWTEST_F()
|
H A D | contactability_test.cpp | 36 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactInsert() 53 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactExpandInsert() 63 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactLastContactedInsert() 75 int64_t code = contactsDataAbility.Insert(uriContactData, contactDataValues); in ContactDataInsert() 83 int64_t code = contactsDataAbility.Insert(uriGroups, groupValues); in GroupsInsert() 92 int64_t code = contactsDataAbility.Insert(uriBlocklist, contactBlocklistValues); in ContactBlocklistInsert() 188 int64_t code = contactsDataAbility.Insert(uriRawContact, values); in RawContactInsertValues() 195 int64_t code = contactsDataAbility.Insert(uriContactData, values); in ContactDataInsertValues() 202 int64_t code = contactsDataAbility.Insert(uriGroups, values); in GroupsInsertValues() 209 int64_t code = contactsDataAbility.Insert(uriContactBolcklis in ContactBlocklistInsertValues() [all...] |
H A D | contactquery_test.cpp | 36 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactInsert() 48 int64_t code = contactsDataAbility.Insert(uriContactData, contactDataValues); in ContactDataInsert() 102 * @tc.name Insert contact details, including
|
H A D | recovery_test.cpp | 48 int64_t code = contactsDataAbility.Insert(uriRawContact, rawContactValues); in RawContactInsert()
|
/applications/standard/contacts_data/dataBusiness/quicksearch/include/ |
H A D | contacts_search.h | 27 int64_t Insert(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, int64_t contactId, int64_t rawContactId,
|
/applications/standard/contacts_data/dataBusiness/contacts/include/ |
H A D | contacts_type.h | 30 int64_t Insert(std::shared_ptr<OHOS::NativeRdb::RdbStore> rdbStore, std::string typeValue, int typeId);
|
H A D | contacts_account.h | 31 int64_t Insert(
|
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | data_share_helper_manager.h | 36 int Insert(const Uri &uri, const DataShare::DataShareValuesBucket &value);
|
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | data_share_helper_manager_test.cpp | 56 auto ret = DataShareHelperManager::GetInstance().Insert(testUrl, value); in HWTEST_F()
|
/applications/standard/contacts_data/dataBusiness/calllog/include/ |
H A D | calllog_ability.h | 35 virtual int Insert(const Uri &uri, const DataShare::DataShareValuesBucket &value) override;
|
/applications/standard/contacts_data/dataBusiness/voicemail/include/ |
H A D | voicemail_ability.h | 34 virtual int Insert(const Uri &uri, const DataShare::DataShareValuesBucket &value) override;
|
/applications/standard/contacts_data/dataBusiness/voicemail/src/ |
H A D | voicemail_database.cpp | 44 HILOG_ERROR("VoiceMailDataBase Insert store_ is nullptr"); in InsertVoiceMail() 48 int ret = store_->Insert(outRowId, tableName, insertValues); in InsertVoiceMail()
|