| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
| H A D | cloud_db_sync_utils_test.cpp | 282 CheckDownloadResult(sqlite3 *&db, std::vector<int64_t> expectCounts, const std::string &keyStr) CheckDownloadResult() argument
|
| H A D | distributeddb_cloud_kv_test.cpp | 924 std::string keyStr = "k_" + std::to_string(i); in HWTEST_F() local 939 std::string keyStr = "k_" + std::to_string(i); in HWTEST_F() local 1416 std::string keyStr = "k_" + std::to_string(i); in HWTEST_F() local 1521 std::string keyStr in HWTEST_F() local 1872 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local 1933 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local 2045 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local 2140 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local 2232 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local 2257 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local 2270 std::string keyStr = "k_" + std::to_string(i); HWTEST_F() local [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/ |
| H A D | runtime_store.cpp | 381 std::string keyStr = {entry.key.begin(), entry.key.end()};
in GetBatchData() local 593 std::string keyStr = {entry.key.begin(), entry.key.end()};
in UnmarshalEntries() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
| H A D | extension_util.cpp | 260 auto keyStr = const_cast<unsigned char *>(reinterpret_cast<const unsigned char *>(key.c_str())); in ConvertValues() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
| H A D | napi_transaction.cpp | 94 std::string keyStr = JSUtils::Convert2String(env, key); in ParseSendableValuesBucket() local 129 std::string keyStr = JSUtils::Convert2String(env, key); in ParseValuesBucket() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_tagged_value.cpp | 950 std::string keyStr = EcmaStringAccessor(ToString(thread, key)).ToStdString(); in GetProperty() local 1007 std::string keyStr = EcmaStringAccessor(ToString(thread, key)).ToStdString(); in GetProperty() local
|
| /base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
| H A D | reminder_common.cpp | 207 std::string keyStr = GetStringFromJS(env, key); in GetValueBucketObject() local
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | rsa_asy_key_generator_openssl.c | 1004 static HcfResult ConvertPemKeyToKey(const char *keyStr, int selection, RSA **rsa) in ConvertPemKeyToKey() argument
|
| /foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/ |
| H A D | fms_form_share_mgr_test.cpp | 532 std::string keyStr = WANT_PARAM_KEY; in HWTEST_F() local 570 std::string keyStr = WANT_PARAM_KEY; in HWTEST_F() local 609 std::string keyStr = WANT_PARAM_KEY; in HWTEST_F() local 3585 std::string keyStr = WANT_PARAM_KEY; in HWTEST_F() local 3628 std::string keyStr = WANT_PARAM_KEY; in HWTEST_F() local [all...] |
| /foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
| H A D | napi_data_ability_helper.cpp | 268 std::string keyStr = UnwrapStringFromJS(env, key); in AnalysisValuesBucket() local 276 SetValuesBucketObject( NativeRdb::ValuesBucket &valuesBucket, const napi_env &env, std::string keyStr, napi_value value) SetValuesBucketObject() argument 1150 SetPacMapObject(AppExecFwk::PacMap &pacMap, const napi_env &env, std::string keyStr, napi_value value) SetPacMapObject() argument 1187 std::string keyStr = UnwrapStringFromJS(env, key); AnalysisPacMap() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| H A D | sqlite_cloud_kv_executor_utils.cpp | 221 int SqliteCloudKvExecutorUtils::GetCloudKvBlobData(const std::string &keyStr, int index, sqlite3_stmt *stmt, in GetCloudKvBlobData() argument 252 std::string keyStr; in GetLogInfo() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_nb_delegate_rd_test.cpp | 1893 EXPECT_EQ(to_string(targetKey), keyStr); in HWTEST_F() local 1907 EXPECT_EQ(to_string(targetKey), keyStr); in HWTEST_F() local 1921 EXPECT_EQ(to_string(targetKey), keyStr); in HWTEST_F() local 1940 EXPECT_EQ(to_string(beginNum), keyStr); ChkRangeResultSet() local 2093 EXPECT_EQ(to_string(endNum), keyStr); ChkRangeResultSetMoveFuc() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
| H A D | meta_data.cpp | 595 std::string keyStr; in SaveClientId() local 614 std::string keyStr; in GetHashDeviceId() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
| H A D | napi_rdb_store.cpp | 461 std::string keyStr = JSUtils::Convert2String(env, key); in ParseValuesBucket() local
|
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
| H A D | udmf.cpp | 394 std::string keyStr;
in OH_Udmf_SetUnifiedData() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
| H A D | relational_store_impl_rdbstore.cpp | 112 std::string keyStr = valuesBucket.key[i]; in ConvertFromValueBucket() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| H A D | serializer_test.cpp | 541 JSHandle<EcmaString> keyStr = JSHandle<EcmaString>::Cast(key); in JSMapTest() local
|
| /base/account/os_account/interfaces/kits/napi/appaccount/src/ |
| H A D | napi_app_account_common.cpp | 1345 std::string keyStr; in ParseCreateAccountOptions() local
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | notification_preferences_database.cpp | 868 std::string keyStr; in PutBundlePropertyToDisturbeDB() local 997 std::string keyStr = GenerateBundleKey(bundleKey, KEY_BUNDLE_SHOW_BADGE); in ParseBundleFromDistureDB() local 1146 std::string keyStr; FindLastString() local [all...] |
| /foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/ |
| H A D | napi_accessibility_element.cpp | 618 GetExtraElementInfo(NAccessibilityElementData *callbackInfo, napi_value &value, std::string keyStr) GetExtraElementInfo() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | js_fwk_common.cpp | 1248 char *keyStr = MallocStringOf(str, &strLength); in ParseKeyIdFromJSString() local
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
| H A D | sendable_image_source_napi.cpp | 71 std::string keyStr;
member
|
| /foundation/resourceschedule/device_standby/services/core/src/ |
| H A D | standby_service_impl.cpp | 587 std::string keyStr = std::to_string(uid) + "_" + name; in ApplyAllowResInner() local 691 std::string keyStr = std::to_string(uid) + "_" + name; in UnapplyAllowResInner() local
|
| /foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
| H A D | softbus_hidumper_util.c | 486 char keyStr[SESSION_NAME_SIZE_MAX + 3] = {0}; in TransStatsSuccessDetail() local
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
| H A D | wifi_settings.cpp | 1849 std::string keyStr; in ParseBackupJson() local
|