Home
last modified time | relevance | path

Searched refs:tmpValue (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp162 std::string tmpValue = value; in SetWifiDeviceConfigOutDated() local
179 std::string tmpValue = value; in SetWifiDeviceConfigExternal() local
211 std::string tmpValue = value; in SetWifiDeviceConfigFirst() local
314 std::string tmpValue = value; in SetWifiDeviceConfig() local
333 std::string tmpValue = value; in SetWifiIpConfig() local
394 std::string tmpValue = value; in SetWifiDeviceConfigEap() local
425 std::string tmpValue = value; in SetWifiProxyConfig() local
446 std::string tmpValue = value; in SetWifiDeviceconfigPrivacy() local
462 std::string tmpValue = value; in SetWifiDeviceconfigWapi() local
489 std::string tmpValue = value; in SetLastDhcpResultsConfig() local
[all …]
/ohos5.0/base/accesscontrol/sandbox_manager/services/sandbox_manager/test/unittest/
H A Dsandbox_manager_rdb_test.cpp221 GenericValues tmpValue; variable
222 tmpValue.Put(PolicyFiledConst::FIELD_TOKENID, static_cast<int64_t>(3));
223 tmpValue.Put(PolicyFiledConst::FIELD_PATH, "/t/a/b");
224 tmpValue.Put(PolicyFiledConst::FIELD_MODE, static_cast<int64_t>(0b11));
225 tmpValue.Put(PolicyFiledConst::FIELD_DEPTH, static_cast<int64_t>(3));
226 tmpValue.Put(PolicyFiledConst::FIELD_FLAG, static_cast<int64_t>(3));
228 tmpValue));
252 GenericValues tmpValue; variable
253 tmpValue.Put(PolicyFiledConst::FIELD_DEPTH, static_cast<int64_t>(8));
265 tmpValue, condition));
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_analyzer_adapter_impl.cpp61 napi_value tmpValue = nullptr; in GetImageAnalyzerConfig() local
62 napi_create_int32(env_, static_cast<int>(types[i]), &tmpValue); in GetImageAnalyzerConfig()
63 napi_set_element(env_, typeNapi, i, tmpValue); in GetImageAnalyzerConfig()
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_pixel_map_adapter.cpp62 uint32_t tmpValue = innerImgBuffer[IMAGE_BYTE_SIZE + imgBufferSize + i]; in ConvertFromInner() local
63 dataSize += (tmpValue << (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertFromInner()
144 … uint8_t tmpValue = ((pixelDataSize & computedValue) >> (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertToInner() local
145 imgBuffer.insert(imgBuffer.begin() + imgBuffer.size(), tmpValue); in ConvertToInner()
198 … uint8_t tmpValue = ((pixelDataSize & computedValue) >> (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertToInnerWithLimitedSize() local
199 imgBuffer.insert(imgBuffer.begin() + imgBuffer.size(), tmpValue); in ConvertToInnerWithLimitedSize()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_event.cpp216 napi_value tmpValue = nullptr; in SendRet() local
217 status = napi_create_int32(env_, eventType, &tmpValue); in SendRet()
222 status = napi_set_named_property(env_, result, "type", tmpValue); in SendRet()
228 status = napi_create_int32(env_, value, &tmpValue); in SendRet()
233 status = napi_set_named_property(env_, result, "value", tmpValue); in SendRet()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp232 napi_value tmpValue = nullptr; in parseSourceOptions() local
233 if (!GET_NODE_BY_NAME(root, "sourceSize", tmpValue)) { in parseSourceOptions()
236 if (!ParseSize(env, tmpValue, &(opts->size))) { in parseSourceOptions()
310 napi_value tmpValue = nullptr; in ParseRegion() local
325 if (!GET_NODE_BY_NAME(root, "size", tmpValue)) { in ParseRegion()
333 if (!GET_INT32_BY_NAME(tmpValue, "width", region->width)) { in ParseRegion()
405 napi_value tmpValue = nullptr; in ParseDecodeOptions() local
437 if (!GET_NODE_BY_NAME(root, "desiredSize", tmpValue)) { in ParseDecodeOptions()
440 if (!ParseSize(env, tmpValue, &(opts->desiredSize))) { in ParseDecodeOptions()
445 if (!GET_NODE_BY_NAME(root, "desiredRegion", tmpValue)) { in ParseDecodeOptions()
[all …]
/ohos5.0/drivers/peripheral/audio/hal/pathselect/src/
H A Daudio_pathselect.c159 cJSON *tmpValue = cJSON_GetArrayItem(renderSwObj, i); in SetRenderPathDefaultValue() local
160 cJSON *renderSwName = tmpValue->child; in SetRenderPathDefaultValue()
200 cJSON *tmpValue = cJSON_GetArrayItem(captureSwObj, i); in SetCapturePathDefaultValue() local
201 cJSON *captureSwName = tmpValue->child; in SetCapturePathDefaultValue()
249 cJSON *tmpValue = cJSON_GetArrayItem(renderObj, i); in SetRenderPathValue() local
250 cJSON *swName = tmpValue->child; in SetRenderPathValue()
435 cJSON *tmpValue = cJSON_GetArrayItem(useCaseList, i); in AudioRenderParseUsecase() local
437 int32_t ret = AudioRenderParseDevice(renderParam, tmpValue); in AudioRenderParseUsecase()
666 cJSON *tmpValue = cJSON_GetArrayItem(useCaseList, i); in AudioCaptureParseUsecase() local
667 int32_t ret = AudioCaptureParseDevice(captureParam, tmpValue); in AudioCaptureParseUsecase()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp304 std::vector<std::string> tmpValue; in ParseParams() local
310 keyValuesMapping[tmpKey] = tmpValue; in ParseParams()
311 tmpValue.clear(); in ParseParams()
315 tmpValue.emplace_back(params[i]); in ParseParams()
319 keyValuesMapping[tmpKey] = tmpValue; in ParseParams()
/ohos5.0/foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/main/ets/RingtoneBackupExtAbility/
H A DRingtoneBackupExtAbility.ts134 let tmpValue = srcFileName.split('.').pop();
135 if (tmpValue !== undefined) {
136 fileExt = tmpValue;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.cpp245 int64_t tmpValue; in GetInt() local
246 int status = GetLong(columnIndex, tmpValue); in GetInt()
248 if (tmpValue < INT32_MIN || tmpValue > INT32_MAX) { in GetInt()
252 value = static_cast<int32_t>(tmpValue); in GetInt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_query_sync_test.cpp385 Value tmpValue; variable
389 g_kvDelegatePtr->Get(key2, tmpValue);
390 EXPECT_TRUE(tmpValue == value2);
396 g_kvDelegatePtr->Get(key3, tmpValue);
397 EXPECT_TRUE(tmpValue != value3);
425 Value tmpValue(value);
427 tmpValue.push_back(i);
432 Value tmpValue(value2);
434 tmpValue.push_back(i);
459 Value tmpValue; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_pattern.cpp119 auto tmpValue = static_cast<double>(elapsedTime_); in Tick() local
122 tmpValue = in Tick()
125 if (isCountDown_ && tmpValue <= 0) { in Tick()
131 UpdateTextTimer(static_cast<uint32_t>(tmpValue)); in Tick()
/ohos5.0/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dnapi_param_utils.cpp209 napi_value tmpValue; in GetValueOptionsData() local
216 status = napi_get_named_property(env, tmpData, "value", &tmpValue); in GetValueOptionsData()
221 status = napi_get_value_string_utf8(env, tmpValue, nullptr, 0, &valueLength); in GetValueOptionsData()
229 … status = napi_get_value_string_utf8(env, tmpValue, &value[0], valueLength + 1, &valueLength); in GetValueOptionsData()
/ohos5.0/docs/zh-cn/application-dev/connectivity/bluetooth/
H A Dble-development-guide.md337 let tmpValue: Uint8Array = advData.slice(curPos + uuidLength, curPos + advDataLength);
338 serviceDatas[tmpUuid.toString()] = tmpValue;
344 …let tmpValue: Uint8Array = advData.slice(curPos + BLUETOOTH_MANUFACTURE_ID_LENGTH, curPos + advDat…
345 manufactureSpecificDatas[manufactureId] = tmpValue;
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp984 napi_value tmpValue = nullptr; in ParseRegion() local
999 if (!GET_NODE_BY_NAME(root, "size", tmpValue)) { in ParseRegion()
1109 napi_value tmpValue = nullptr; in ParseDecodeOptions() local
1141 if (!GET_NODE_BY_NAME(root, "desiredSize", tmpValue)) { in ParseDecodeOptions()
1182 napi_value tmpValue = nullptr; in parseSourceOptions() local
1183 if (!GET_NODE_BY_NAME(root, "sourceSize", tmpValue)) { in parseSourceOptions()
1186 if (!ParseSize(env, tmpValue, &(opts->size))) { in parseSourceOptions()
1707 napi_value tmpValue = nullptr; in ParsePropertyOptions() local
1712 if (!GET_NODE_BY_NAME(root, "defaultValue", tmpValue)) { in ParsePropertyOptions()
1715 if (tmpValue != nullptr) { in ParsePropertyOptions()
[all …]
H A Dimage_packer_napi.cpp547 napi_value tmpValue = nullptr; in parsePackOptions() local
549 if (!GET_NODE_BY_NAME(root, "format", tmpValue)) { in parsePackOptions()
555 napi_is_array(env, tmpValue, &isFormatArray); in parsePackOptions()
556 auto formatType = ImageNapiUtils::getType(env, tmpValue); in parsePackOptions()
564 if (napi_get_value_string_utf8(env, tmpValue, buffer, SIZE, &res) != napi_ok) { in parsePackOptions()
571 if (napi_get_array_length(env, tmpValue, &len) != napi_ok) { in parsePackOptions()
578 napi_get_element(env, tmpValue, i, &item); in parsePackOptions()
/ohos5.0/foundation/multimodalinput/input/util/napi/src/
H A Dutil_napi_value.cpp186 char tmpValue[MAX_STRING_LEN] = { 0 }; in GetNamePropertyString() local
188 napi_get_value_string_utf8(env, napiValue, tmpValue, MAX_STRING_LEN - 1, &typeLen); in GetNamePropertyString()
189 value = tmpValue; in GetNamePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dexif_metadata_formatter.cpp1484 std::string tmpValue = value; in Format() local
1496 if (ExifMetadatFormatter::IsForbiddenValue(tmpValue)) { in Format()
1499 ExifMetadatFormatter::ConvertRangeValue(keyName, tmpValue); in Format()
1500 ExifMetadatFormatter::ExtractValue(keyName, tmpValue); in Format()
1503 if (ExifMetadatFormatter::ConvertValueFormat(keyName, tmpValue)) { in Format()
1511 if (ExifMetadatFormatter::ValidateValueRange(keyName, tmpValue)) { in Format()
1516 return std::make_pair(Media::SUCCESS, tmpValue); in Format()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage.cpp360 bool tmpValue = (bool)obj->value_->GetBool(context->key, context->defValue); in GetValue() local
361 context->defValue = PreferencesValue(tmpValue); in GetValue()
363 std::string tmpValue = obj->value_->GetString(context->key, context->defValue); in GetValue() local
364 context->defValue = PreferencesValue(tmpValue); in GetValue()
366 double tmpValue = obj->value_->GetDouble(context->key, context->defValue); in GetValue() local
367 context->defValue = PreferencesValue(tmpValue); in GetValue()
/ohos5.0/docs/en/application-dev/connectivity/bluetooth/
H A Dble-development-guide.md339 let tmpValue: Uint8Array = advData.slice(curPos + uuidLength, curPos + advDataLength);
340 serviceDatas[tmpUuid.toString()] = tmpValue;
346 …let tmpValue: Uint8Array = advData.slice(curPos + BLUETOOTH_MANUFACTURE_ID_LENGTH, curPos + advDat…
347 manufactureSpecificDatas[manufactureId] = tmpValue;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_packet_header.h41 auto tmpValue = static_cast<unsigned int>(x); in Align() local
43 return static_cast<int>((tmpValue + ((1 << tmpShift) - 1)) & ~((1 << tmpShift) - 1)); in Align()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c319 int32_t tmpValue = (int32_t)realValue; in GetUnsignedIntFromJson() local
320 *value = (uint32_t)tmpValue; in GetUnsignedIntFromJson()
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Djson_utils.c286 int32_t tmpValue = (int32_t)realValue; in GetUnsignedIntFromJson() local
287 *value = (uint32_t)tmpValue; in GetUnsignedIntFromJson()
/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dmeta.cpp70 EnumTypeName tmpValue; \
71 if (meta.GetData(tag, tmpValue)) { \
72 value = static_cast<ExtTypeName>(tmpValue); \
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp461 std::vector<uint8_t> tmpValue; in ParseValuesBucket() local
462 valueObject.GetBlob(tmpValue); in ParseValuesBucket()
463 if (tmpValue.empty()) { in ParseValuesBucket()
784 std::vector<uint8_t> tmpValue; in ParseBindArgs() local
785 valueObject.GetBlob(tmpValue); in ParseBindArgs()
786 if (tmpValue.empty()) { in ParseBindArgs()

12