/ohos5.0/base/security/security_guard/frameworks/js/napi/ |
H A D | security_guard_napi.cpp | 179 static napi_value ParseInt64(napi_env env, napi_value object, const std::string &key, int64_t &valu… in ParseInt64() 206 static napi_value ParseInt32(napi_env env, napi_value object, const std::string &key, int32_t &valu… in ParseInt32() 233 static napi_value GetString(napi_env env, napi_value object, const std::string &key, char *value, s… in GetString() 256 static napi_value ParseString(napi_env env, napi_value object, const std::string &key, char *value,… in ParseString() 332 static napi_value GetConditionsTime(napi_env env, napi_value object, const std::string &key, std::s… in GetConditionsTime() 460 static std::string ParseOptionalString(napi_env env, napi_value object, const std::string &key, uin… in ParseOptionalString() 832 napi_value val = nullptr; in CompareAndReturnCacheItem() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 1095 const auto &key = primaryKey[i]; in ConvertKeyInfoData() local 1096 if (auto val = std::get_if<double>(&key)) { in ConvertKeyInfoData() local 1098 } else if (auto val = std::get_if<int64_t>(&key)) { in ConvertKeyInfoData() local 1100 } else if (auto val = std::get_if<std::string>(&key)) { in ConvertKeyInfoData() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_search.cpp | 175 std::optional<std::string> key; in Create() local 269 void JSSearch::SetKey(const std::string& key) in SetKey() 820 const std::string& val, PreviewText& previewText) { in OnChange() 887 const std::string& val, NG::TextCommonEvent& info) { in SetOnPaste()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 1171 Value val; variable 1204 Key key; variable
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 180 uint32_t val = pad; in Str2HashBuf() local 527 MetaFileKey key(userId, cloudId + bundleName); in Clear() local 544 MetaFileKey key(userId, cloudId + bundleName); in GetCloudDiskMetaFile() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | commit_history_sync.cpp | 400 std::string key; in RequestPacketDeSerialization() local 401 MultiVerCommitNode val; in RequestPacketDeSerialization() local
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store_impl.cpp | 161 for (const auto &key : keys) { in GetModifyTime() local 199 for (auto &key : keys) { in GetModifyTimeByRowId() local 905 auto key = config_.GetEncryptKey(); in RdbStoreImpl() local 1485 std::vector<uint8_t> key = config_.GetEncryptKey(); in CreateBackupBindArgs() local 1654 const std::vector<uint8_t> &key, int32_t waitTime) in AttachInner() 1722 std::vector<uint8_t> key; in Attach() local 1797 auto val = std::get_if<int64_t>(&value.value); in GetVersion() local
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/ |
H A D | crypto_ffi.cpp | 204 HcfSymKey *key = nullptr; in FfiOHOSGenerateSymKey() local 222 int64_t FfiOHOSConvertKey(int64_t id, HcfBlob *key, int32_t* errCode) in FfiOHOSConvertKey() 311 HcfKey *key = instance->GetHcfKey(); in FfiOHOSSymKeyGetHcfKey() local 337 void *HcfMalloc(uint32_t size, char val) in HcfMalloc() 378 int32_t FfiOHOSCipherInitByIv(int64_t id, int32_t opMode, void* key, HcfBlob blob1) in FfiOHOSCipherInitByIv() 408 int32_t FfiOHOSCipherInitByGcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByGcm() 452 int32_t FfiOHOSCipherInitByCcm(int64_t id, int32_t opMode, void* key, CParamsSpec spec) in FfiOHOSCipherInitByCcm() 496 int32_t FfiOHOSCipherInitWithOutParams(int64_t id, int32_t opMode, void* key) in FfiOHOSCipherInitWithOutParams()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 156 KeyDirection key = DIRECTION_MAP.at(rightToLeft_).at(vertical).at(reverse); in RequestNextFocus() local 1841 std::string key(__FUNCTION__); in MoveWhenNoInsertCellButWithItemInDragCellAndDragEnter() local 1880 std::string key(__FUNCTION__); in MoveWhenWithInsertCellAndNoItemInDragCell() local 1911 std::string key(__FUNCTION__); in MoveWhenWithInsertCellButWithItemInDragCellDragBeforeInsert() local 1929 std::string key(__FUNCTION__); in MoveWhenWithInsertCellButWithItemInDragCellDragAfterInsert() local 1965 std::string key(__FUNCTION__); in FakeRemoveDragItem() local 1982 std::string key(__FUNCTION__); in FakeRemoveDragItem() local 2300 void RenderGridLayout::PrepareAnimationController(const std::string& key) in PrepareAnimationController() 2355 void RenderGridLayout::FinishedAnimationController(const std::string& key) in FinishedAnimationController() 2388 void RenderGridLayout::RegisterAnimationFinishedFunc(const std::string& key, std::function<void()> … in RegisterAnimationFinishedFunc() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 666 int SQLiteSingleVerRelationalStorageExecutor::GetKvData(const Key &key, Value &value) const in GetKvData() argument 695 int SQLiteSingleVerRelationalStorageExecutor::PutKvData(const Key &key, const Value &value) const in PutKvData() argument 735 for (const auto &key : keys) { in DeleteMetaData() local 1310 Key key; in IsTableOnceDropped() local 1503 const std::string key = "log_trigger_switch"; in SetLogTriggerStatus() local 1504 std::string val = status ? "true" : "false"; in SetLogTriggerStatus() local
|
H A D | sqlite_single_ver_relational_storage_executor_extend.cpp | 402 Key key; in GetCursor() local 438 Key key; in SetCursor() local 841 int64_t val = 0; in BindValueToInsertLogStatement() local 1202 Value key; in InitCursorToMeta() local
|
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_cloud.cpp | 116 …ic void InitLocalIdCache(struct CloudDiskFuseData *data, const std::string &key, const int64_t val) in InitLocalIdCache() 236 string key = std::to_string(parent) + name; in DoCloudLookup() local 791 int32_t val = std::stoi(value); in HandleCloudRecycle() local 1188 string key = std::to_string(parent) + name; in Rename() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/ |
H A D | audio_capturer_source.cpp | 776 float val = 0.0; in GetVolume() local 1256 std::string AudioCapturerSourceInner::GetAudioParameter(const AudioParamKey key, in GetAudioParameter() 1295 AudioParamKey key = NONE; in CheckLatencySignal() local 1495 std::string AudioCapturerSourceWakeup::GetAudioParameter(const AudioParamKey key, in GetAudioParameter()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_util.cpp | 37 uint64_t htonll(uint64_t val) in htonll() 42 uint64_t ntohll(uint64_t val) in ntohll() 713 std::string key; in GetValue() local 753 napi_value key = nullptr; in SetValue() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_bindings.inl | 185 void JsiClass<C>::StaticConstant(const char* name, T val) 189 panda::Local<panda::JSValueRef> key = panda::StringRef::NewFromUtf8(vm, name); local
|
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 810 Local<StringRef> key = StringRef::NewFromUtf8(vm, name); in GetProperty() local 811 Local<JSValueRef> val = obj->Get(vm, key); in GetProperty() local 895 Local<panda::JSValueRef> val = LocalValueFromJsValue(propertyDescriptor.value); in NapiDefinePropertyInner() local 947 Local<panda::JSValueRef> val = panda::JSValueRef::Undefined(vm); in NapiCreateObjectWithProperties() local 1060 Local<StringRef> key = StringRef::GetNapiWrapperString(vm_); in LoadModuleByName() local 1103 Local<StringRef> key = StringRef::NewFromUtf8(vm_, PANDA_MODULE_NAME); in SetModuleName() local 1382 std::string key = GetOhmurl(path); in NapiLoadNativeModule() local
|
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 469 int32_t DAudioSinkDev::ConvertString2Int(std::string val) in ConvertString2Int() 535 int32_t DAudioSinkDev::GetParamValue(const cJSON *j, const char* key, int32_t &value) in GetParamValue()
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | adapter.rs | 1367 let mut val = 0; in ut_ylong_json_create_bool() localVariable 1374 let mut val = 1; in ut_ylong_json_create_bool() localVariable 1426 let mut val = 0i32; in ut_ylong_json_get_value_from_bool() localVariable 1433 let mut val = 0; in ut_ylong_json_get_value_from_bool() localVariable 1442 let mut val = 0; in ut_ylong_json_get_value_from_bool() localVariable 1467 let mut val = 0; in ut_ylong_json_set_value_to_bool() localVariable 3082 let key = *(keys.offset(cnt as isize)); in ut_ylong_json_get_all_object_items() localVariable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_store.cpp | 307 std::string val; // use to know whether there is data in the resultSet or not. in CheckUpsertConflict() local 586 Key key(id.begin(), id.end()); in DeleteDataFromDB() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_napi.cpp | 438 ImageSourceAsyncContext* &context, const napi_value &val) in ImageSourceCallbackWithErrorObj() 1014 static bool IsSupportPixelFormat(int32_t val) in IsSupportPixelFormat() 1024 static PixelFormat ParsePixlForamt(int32_t val) in ParsePixlForamt() 1927 static uint32_t CheckExifDataValue(const std::string &key, const std::string &value, std::string &e… in CheckExifDataValue() 2202 static bool isNapiTypedArray(napi_env env, napi_value val) in isNapiTypedArray()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_sqlite_ext.cpp | 511 std::vector<uint8_t> key(keyStr.begin(), keyStr.end()); in GetLocalTimeOffsetFromMeta() local 1128 const unsigned char *val = sqlite3_column_text(stmt, index); in GetColumnTextValue() local 1228 std::vector<uint8_t> key(keyStr.begin(), keyStr.end()); in GetTableSyncType() local 1259 std::vector<uint8_t> key(keyStr.begin(), keyStr.end()); in HandleDropCloudSyncTable() local 1313 Key key; in SaveDeleteFlagToDB() local
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_type.h | 134 ParamKey key; /**< Parameter type index */ member 135 void *val; /**< Pointer to the parameter value */ member
|
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/ |
H A D | tls_socket.cpp | 85 std::set<std::string> Get(const std::string &key) in Get() 95 void Set(const std::string &key, const std::string &val) in Set() 242 void TLSSecureOptions::SetKey(const SecureData &key) in SetKey()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 67 std::string FieldValue2String(const FieldValue &val, QueryValueType type) in FieldValue2String() 1140 for (const auto &key : keys) { in BindKeysToStmt() local
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_session_manager.cpp | 1434 std::transform(rsHdrFormat.begin(), rsHdrFormat.end(), hdrFormat.begin(), [](int val) { in SetHdrFormats() 1455 std::transform(rsColorSpace.begin(), rsColorSpace.end(), colorSpace.begin(), [](int val) { in SetColorSpaces() 1995 void ScreenSessionManager::BootFinishedCallback(const char *key, const char *value, void *context) in BootFinishedCallback() 2043 … SettingObserver::UpdateFunc updateFunc = [&](const std::string& key) { SetDpiFromSettingData(); }; in RegisterSettingDpiObserver() 3013 …SettingObserver::UpdateFunc updateFunc = [&](const std::string& key) { SetCastFromSettingData(); }; in RegisterCastObserver() 3042 SettingObserver::UpdateFunc updateFunc = [&](const std::string& key) { in RegisterSettingRotationObserver() 5645 for (auto val : windowIdList) { in SetVirtualScreenSecurityExemption() local 5649 for (auto val : surfaceNodeIds) { in SetVirtualScreenSecurityExemption() local
|