Searched refs:keyResult (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | sqlite_store_executor_impl.cpp | 246 Value keyResult; in GetDataByFilter() local 261 … [&keyResult, &innerErrorCode, &valueResult, &filterObj, &values, &isFindMatch](sqlite3_stmt *stmt, in GetDataByFilter() 263 RDSQLiteUtils::GetColumnBlobValue(stmt, 0, keyResult); in GetDataByFilter() 265 std::string keyStr(keyResult.begin(), keyResult.end()); in GetDataByFilter()
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_content.cpp | 549 napi_value keyResult = nullptr; in GetMessageUserByString() local 550 napi_get_named_property(env, result, "key", &keyResult); in GetMessageUserByString() 551 NAPI_CALL(env, napi_typeof(env, keyResult, &valuetype)); in GetMessageUserByString() 556 NAPI_CALL(env, napi_get_value_string_utf8(env, keyResult, str, STR_MAX_SIZE - 1, &strLen)); in GetMessageUserByString()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_content.cpp | 956 napi_value keyResult = nullptr; in GetMessageUserByString() local 957 napi_get_named_property(env, result, "key", &keyResult); in GetMessageUserByString() 958 NAPI_CALL(env, napi_typeof(env, keyResult, &valuetype)); in GetMessageUserByString() 963 NAPI_CALL(env, napi_get_value_string_utf8(env, keyResult, str, STR_MAX_SIZE - 1, &strLen)); in GetMessageUserByString()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_batch_crud_test.cpp | 2506 std::vector<Key> keyResult; variable 2511 status2 = DistributedDBNbTestTools::GetKeys(*g_nbBatchCrudDelegate, KEY_EMPTY, keyResult); 2517 sort(keyResult.begin(), keyResult.end()); 2520 string actResult(keyResult[index].begin(), keyResult[index].end());
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 1251 bool keyResult = elKey->RestoreKey(auth); in UpdateCeEceSeceUserAuth() local 1252 bool noKeyResult = !keyResult && elKey->RestoreKey(NULL_KEY_AUTH); in UpdateCeEceSeceUserAuth() 1254 if (!keyResult && !noKeyResult) { in UpdateCeEceSeceUserAuth() 1259 if (!keyResult && noKeyResult) { in UpdateCeEceSeceUserAuth()
|