Lines Matching refs:string
42 int64_t InsertRawContact(std::string table, OHOS::NativeRdb::ValuesBucket value);
43 int64_t InsertContactData(std::string table, OHOS::NativeRdb::ValuesBucket value);
44 int64_t InsertGroup(std::string table, OHOS::NativeRdb::ValuesBucket value);
45 int64_t InsertBlockList(std::string table, OHOS::NativeRdb::ValuesBucket value);
56 OHOS::NativeRdb::RdbPredicates &rdbPredicates, std::vector<std::string> &columns);
61 static void DestroyInstanceAndRestore(std::string restorePath);
67 int GetTypeId(std::string typeText);
86 OHOS::NativeRdb::RdbPredicates &rdbPredicates, std::vector<std::string> &types);
87 std::string StructureDeleteContactJson(
88 OHOS::NativeRdb::ValuesBucket rawContactValues, std::string rawContactIdColumn, int rawContactId);
90 int DeleteRawContactLocal(int contactId, int rawContactId, std::string backupData, std::string disPlayName);
93 int DeleteLocal(int rawContactId, std::string contactId);
94 static bool Restore(std::string restorePath);
96 OHOS::NativeRdb::ValuesBucket &contactDataValues, int &typeId, int &rawContactId, std::string &typeText);