Home
last modified time | relevance | path

Searched refs:keyStr (Results 76 - 83 of 83) sorted by relevance

1234

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1458 std::string keyStr(key.begin(), key.end()); in IsSystemRecord()
1459 return keyStr.find(prefixKey) == 0; in IsSystemRecord()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_register_syncdb_test.cpp106 Entry GetEntry(const string &keyStr, const string &valueStr) in GetEntry() argument
109 entry.key = TransStrToVector(keyStr); in GetEntry()
/foundation/barrierfree/accessibility/interfaces/kits/napi/accessibility_extension_module_loader/src/
H A Dnapi_accessibility_element.cpp619 napi_value &value, std::string keyStr) in GetExtraElementInfo()
634 auto iter = mapValIsStr.find(keyStr); in GetExtraElementInfo()
640 auto seconditer = mapValIsInt.find(keyStr); in GetExtraElementInfo()
618 GetExtraElementInfo(NAccessibilityElementData *callbackInfo, napi_value &value, std::string keyStr) GetExtraElementInfo() argument
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3433 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in CreateObjectWithProperties()
3435 napi_get_named_property(env, obj, keyStr, &result); in CreateObjectWithProperties()
3509 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in CreateObjectWithNamedProperties()
3511 napi_get_named_property(env, obj, keyStr, &result); in CreateObjectWithNamedProperties()
4581 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in CreateSendableObjectWithProperties()
4583 napi_get_named_property(env, obj, keyStr, &result); in CreateSendableObjectWithProperties()
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp1812 auto checkPropertyEqualsTo = [env](napi_value obj, const char* keyStr, napi_value expect) -> bool { in HWTEST_F()
1814 napi_get_named_property(env, obj, keyStr, &result); in HWTEST_F()
H A Dtest_napi.cpp4135 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in HWTEST_F()
4137 napi_get_named_property(env, obj, keyStr, &result); in HWTEST_F()
4198 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in HWTEST_F()
4200 napi_get_named_property(env, obj, keyStr, &result); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp534 void CheckDownloadResult(sqlite3 *&db, std::vector<int64_t> expectCounts, std::string keyStr = "Cloud") in CheckDownloadResult()
538 + " like '" + keyStr + "%'"; in CheckDownloadResult()
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp3606 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in CreateObjectWithProperties()
3608 napi_get_named_property(env, obj, keyStr, &result); in CreateObjectWithProperties()
3682 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in CreateObjectWithNamedProperties()
3684 napi_get_named_property(env, obj, keyStr, &result); in CreateObjectWithNamedProperties()
4809 auto checkPropertyEqualsTo = [env] (napi_value obj, const char *keyStr, napi_value expect) -> bool { in CreateSendableObjectWithProperties()
4811 napi_get_named_property(env, obj, keyStr, &result); in CreateSendableObjectWithProperties()

Completed in 58 milliseconds

1234