Home
last modified time | relevance | path

Searched defs:keyStr (Results 51 - 75 of 85) sorted by relevance

1234

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dcloud_db_sync_utils_test.cpp282 CheckDownloadResult(sqlite3 *&db, std::vector<int64_t> expectCounts, const std::string &keyStr) CheckDownloadResult() argument
H A Ddistributeddb_cloud_kv_test.cpp924 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 Druntime_store.cpp381 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 Dextension_util.cpp260 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 Dnapi_transaction.cpp94 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 Djs_tagged_value.cpp950 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 Dreminder_common.cpp207 std::string keyStr = GetStringFromJS(env, key); in GetValueBucketObject() local
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c1004 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 Dfms_form_share_mgr_test.cpp532 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 Dnapi_data_ability_helper.cpp268 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 Dsqlite_cloud_kv_executor_utils.cpp221 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 Ddistributeddb_interfaces_nb_delegate_rd_test.cpp1893 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 Dmeta_data.cpp595 std::string keyStr; in SaveClientId() local
614 std::string keyStr; in GetHashDeviceId() local
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp461 std::string keyStr = JSUtils::Convert2String(env, key); in ParseValuesBucket() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf.cpp394 std::string keyStr; in OH_Udmf_SetUnifiedData() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp112 std::string keyStr = valuesBucket.key[i]; in ConvertFromValueBucket() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp541 JSHandle<EcmaString> keyStr = JSHandle<EcmaString>::Cast(key); in JSMapTest() local
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_common.cpp1345 std::string keyStr; in ParseCreateAccountOptions() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp868 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 Dnapi_accessibility_element.cpp618 GetExtraElementInfo(NAccessibilityElementData *callbackInfo, napi_value &value, std::string keyStr) GetExtraElementInfo() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp1248 char *keyStr = MallocStringOf(str, &strLength); in ParseKeyIdFromJSString() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp71 std::string keyStr; member
/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp587 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 Dsoftbus_hidumper_util.c486 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 Dwifi_settings.cpp1849 std::string keyStr; in ParseBackupJson() local

Completed in 65 milliseconds

1234