Home
last modified time | relevance | path

Searched refs:g_prefix (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_support.c26 static volatile const char *g_prefix = NULL; variable
162 int32_t isPrefix = ReportStrWith(responseLine, (const char *)g_prefix); in ProcessResponse()
246 g_prefix = prefix; in SendCommandLock()
269 g_prefix = prefix; in SendCommandNetWorksLock()
289 g_prefix = prefix; in SendCommandSmsLock()
369 g_prefix = NULL; in ClearCurCommand()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
H A Dstorage_fuzzer.cpp55 static const std::string g_prefix = "naturalbase_rdb_aux_"; variable
277 std::string sql = "update " + g_prefix + tableName + "_log" + " SET flag = flag | 0x08"; in InitLogicDeleteData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp123 const std::vector<string> g_prefix = {"Local", ""}; variable
238 updateAge += "'" + g_prefix[i] + std::to_string(j) + "',"; in DeleteUserTableRecord()
253 updateAge += "'" + g_prefix[i] + std::to_string(j) + "',"; in UpdateUserTableRecord()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp118 const std::vector<string> g_prefix = {"Local", ""}; variable
188 updateAge += "'" + g_prefix[i] + std::to_string(j) + "',"; in UpdateUserTableRecord()
203 updateAge += "'" + g_prefix[i] + std::to_string(j) + "',"; in DeleteUserTableRecord()