| /base/theme/wallpaper_mgr/services/src/ |
| H A D | wallpaper_service_stub.cpp | 467 std::shared_ptr<OHOS::Media::PixelMap> WallpaperServiceStub::VectorToPixelMap(std::vector<std::uint8_t> value) in VectorToPixelMap() argument
|
| /base/time/time_service/services/time/src/ |
| H A D | sntp_client.cpp | 207 char value[sizeof(uint64_t)]; in CreateMessage() local
|
| H A D | ntp_update_time.cpp | 351 void NtpUpdateTime::ChangeNtpServerCallback(const char *key, const char *value, void *context) in ChangeNtpServerCallback() argument 365 void NtpUpdateTime::ChangeAutoTimeCallback(const char *key, const char *value, void *context) in ChangeAutoTimeCallback() argument
|
| /base/update/updateservice/frameworks/js/napi/session/src/ |
| H A D | napi_common_utils.cpp | 36 napi_value value = nullptr; in GetInt32() local 66 int32_t NapiCommonUtils::GetBool(napi_env env, napi_value arg, const std::string &attrName, bool &value) in GetBool() argument 84 napi_value value = nullptr; in GetString() local 108 napi_value value = nullptr; in SetString() local 138 SetBool(napi_env env, napi_value arg, const std::string &attrName, bool value) SetBool() argument 164 napi_value value = nullptr; CreateUint32() local 173 napi_value value = nullptr; CreateStringUtf8() local [all...] |
| /base/update/updater/services/ |
| H A D | updater.cpp | 215 void SetTmpProgressValue(int value) in SetTmpProgressValue() argument
|
| /base/web/webview/interfaces/kits/cj/src/ |
| H A D | webview_message_ffi.cpp | 409 std::string value = std::string(message); in FfiOHOSWebMessageExtImplSetString() local 415 void FfiOHOSWebMessageExtImplSetNumber(int64_t msgExtId, double value, int32_t *errCode) in FfiOHOSWebMessageExtImplSetNumber() argument 432 void FfiOHOSWebMessageExtImplSetBoolean(int64_t msgExtId, bool value, int32_t *errCode) in FfiOHOSWebMessageExtImplSetBoolean() argument 449 void FfiOHOSWebMessageExtImplSetArrayBuffer(int64_t msgExtId, CArrUI8 value, int32_t *errCode) in FfiOHOSWebMessageExtImplSetArrayBuffer() argument 469 void FfiOHOSWebMessageExtImplSetArrayString(int64_t msgExtId, CArrString value, int32_ argument 490 FfiOHOSWebMessageExtImplSetArrayInt(int64_t msgExtId, CArrI64 value, int32_t *errCode) FfiOHOSWebMessageExtImplSetArrayInt() argument 511 FfiOHOSWebMessageExtImplSetArrayDouble(int64_t msgExtId, OHOS::Webview::CArrDouble value, int32_t *errCode) FfiOHOSWebMessageExtImplSetArrayDouble() argument 533 FfiOHOSWebMessageExtImplSetArrayBoolean(int64_t msgExtId, OHOS::Webview::CArrBool value, int32_t *errCode) FfiOHOSWebMessageExtImplSetArrayBoolean() argument 555 FfiOHOSWebMessageExtImplSetError(int64_t msgExtId, OHOS::Webview::CError value, int32_t *errCode) FfiOHOSWebMessageExtImplSetError() argument [all...] |
| /base/web/webview/ohos_interface/include/ohos_nweb/ |
| H A D | nweb_value.h | 37 data_union(int value) : n(value) {} in data_union() argument 39 data_union(double value) : f(value) {} in data_union() argument 41 data_union(bool value) : b(value) {} in data_union() argument 66 explicit NWebValue(const int& value) : type_(Type::INTEGER), data_(value) {} in NWebValue() argument 68 explicit NWebValue(const double& value) : type_(Type::DOUBLE), data_(value) {} in NWebValue() argument 70 NWebValue(const bool& value) NWebValue() argument 72 NWebValue(const std::string& value) NWebValue() argument 76 NWebValue(const std::vector<NWebValue>& value) NWebValue() argument 79 NWebValue(const std::map<std::string, NWebValue>& value) NWebValue() argument 83 NWebValue(const NWebValue& value) NWebValue() argument 114 NWebValue(std::vector<NWebValue>&& value) NWebValue() argument 119 NWebValue(std::map<std::string, NWebValue>&& value) NWebValue() argument 124 NWebValue(NWebValue&& value) NWebValue() argument 131 operator =(const NWebValue& value) operator =() argument 165 operator =(NWebValue&& value) operator =() argument 354 AddListValue(const NWebValue& value) AddListValue() argument 402 AddDictionaryValue(std::string key, NWebValue& value) AddDictionaryValue() argument [all...] |
| /base/web/webview/ohos_nweb/src/ |
| H A D | nweb_config_helper.cpp | 409 void NWebConfigHelper::WriteConfigValueToSysPara(const std::string &configName, const std::string &value) in WriteConfigValueToSysPara() argument
|
| /base/web/webview/interfaces/kits/napi/common/ |
| H A D | napi_parse_utils.cpp | 56 bool value = src->GetBoolean(); in ConvertToNapiHandlerOfBoolean() local 63 int64_t value = src->GetInt64(); in ConvertToNapiHandlerOfInteger() local 70 double value = src->GetDouble(); in ConvertToNapiHandlerOfDouble() local 338 int64_t value; ParseInt64Array() local 361 bool value; ParseBooleanArray() local 384 double value; ParseDoubleArray() local 401 double value; ParseFloat() local 415 double value; ParseDouble() local 458 IsNumberOfLength(const std::string &value) IsNumberOfLength() argument 466 ParseJsLengthStringToInt(const std::string &input, PixelUnit &type, int32_t &value) ParseJsLengthStringToInt() argument [all...] |
| /base/web/webview/interfaces/kits/cj/include/ |
| H A D | webview_controller_impl.h | 371 void SetString(std::string value) in SetString() argument 379 void SetNumber(double value) in SetNumber() argument 387 void SetBoolean(bool value) in SetBoolean() argument 395 void SetArrayBuffer(std::vector<uint8_t>& value) in SetArrayBuffer() argument 403 void SetStringArray(std::vector<std::string> value) in SetStringArray() argument 411 SetDoubleArray(std::vector<double> value) SetDoubleArray() argument 419 SetInt64Array(std::vector<int64_t> value) SetInt64Array() argument 427 SetBooleanArray(std::vector<bool> value) SetBooleanArray() argument [all...] |
| /base/web/webview/interfaces/kits/napi/webcookiemanager/ |
| H A D | napi_web_cookie_manager.cpp | 267 std::string value; in JsSetCookie() local 312 void ConfigCookieAsyncCallback(napi_env env, napi_ref jsCallback, std::string url, std::string value) in ConfigCookieAsyncCallback() argument 361 std::string value; in JsConfigCookieAsync() local 325 ConfigCookieAsyncPromise( napi_env env, std::string url, std::string value, bool incognitoMode, bool includeHttpOnly) ConfigCookieAsyncPromise() argument [all...] |
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| H A D | user_auth_instance_v10.cpp | 125 UserAuthResultCode UserAuthInstanceV10::InitChallenge(napi_env env, napi_value value) in InitChallenge() argument 144 UserAuthResultCode UserAuthInstanceV10::InitAuthType(napi_env env, napi_value value) in InitAuthType() argument 164 int32_t value = 0; in InitAuthType() local 190 InitAuthTrustLevel(napi_env env, napi_value value) InitAuthTrustLevel() argument 214 InitReuseUnlockResult(napi_env env, napi_value value) InitReuseUnlockResult() argument 255 InitAuthParam(napi_env env, napi_value value) InitAuthParam() argument 306 ProcessReuseUnlockResult(napi_env env, napi_value value) ProcessReuseUnlockResult() argument 322 InitWidgetParam(napi_env env, napi_value value) InitWidgetParam() argument 361 ProcessWindowMode(napi_env env, napi_value value) ProcessWindowMode() argument 425 GetCallback(napi_env env, napi_value value) GetCallback() argument [all...] |
| /base/web/webview/ohos_adapter/system_properties_adapter/src/ |
| H A D | system_properties_adapter_impl.cpp | 43 void SystemPropertiesChangeCallback(const char* key, const char* value, void* context) { in SystemPropertiesChangeCallback() argument 267 void SystemPropertiesAdapterImpl::DispatchAllWatcherInfo(const char* key, const char* value) in DispatchAllWatcherInfo() argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/arch/hi3516cv500/hal/ |
| H A D | sys_hal.c | 40 static void hi_reg_set_bit(unsigned long value, unsigned long offset, unsigned long addr) in hi_reg_set_bit() argument 54 static void hi_reg_write32(unsigned long value, unsigned long mask, unsigned long addr) in hi_reg_write32() argument
|
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| H A D | virtinput.c | 80 uint32_t value; member
|
| /device/qemu/drivers/virtio/ |
| H A D | virtinput.c | 78 uint32_t value; member
|
| /device/board/hihope/rk3568/audio_drivers/headset_monitor/src/ |
| H A D | analog_headset_gpio.c | 64 void ModemMicSwitch(int value) in ModemMicSwitch() argument 115 static void InputReportKeySync(struct HeadsetPriv *hs, unsigned int code, int value) in InputReportKeySync() argument
|
| H A D | analog_headset_adc.c | 82 static void InputReportKeySync(struct HeadsetPriv *hs, unsigned int code, int value) in InputReportKeySync() argument
|
| /device/board/hihope/dayu210/audio_drivers/accessory/es8323/src/ |
| H A D | es8323_impl.c | 214 uint32_t newValue, newMask, value; Es8323RegBitsUpdate() local 447 Es8323DeviceRegWrite(const struct CodecDevice *codec, uint32_t reg, uint32_t value) Es8323DeviceRegWrite() argument [all...] |
| /device/board/hihope/rk3568/audio_drivers/codec/rk809_codec/src/ |
| H A D | rk809_codec_impl.c | 129 int32_t Rk809DeviceRegWrite(uint32_t reg, uint32_t value) in Rk809DeviceRegWrite() argument 144 int32_t RK809CodecDaiReadReg(const struct DaiDevice *dai, uint32_t reg, uint32_t *value) in RK809CodecDaiReadReg() argument 162 int32_t RK809CodecDaiWriteReg(const struct DaiDevice *dai, uint32_t reg, uint32_t value) in RK809CodecDaiWriteReg() argument 399 Rk809CodecWriteReg(const struct CodecDevice *codec, uint32_t reg, uint32_t value) Rk809CodecWriteReg() argument [all...] |
| /device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/ |
| H A D | dw_gpio.c | 53 uint32_t value; ///< gpio value member 97 static int32_t gpio_read(void *port, uint32_t *value) in gpio_read() argument 119 uint32_t value = gpio_reg->SWPORT_DR; in gpio_write() local 250 uint32_t value = gpio_control_reg->INTSTATUS; dw_gpio_irqhandler() local 390 csi_gpio_port_write(gpio_port_handle_t handle, uint32_t mask, uint32_t value) csi_gpio_port_write() argument 411 csi_gpio_port_read(gpio_port_handle_t handle, uint32_t mask, uint32_t *value) csi_gpio_port_read() argument 627 csi_gpio_pin_write(gpio_pin_handle_t handle, bool value) csi_gpio_pin_write() argument 652 csi_gpio_pin_read(gpio_pin_handle_t handle, bool *value) csi_gpio_pin_read() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
| H A D | hi_gv_charts.h | 125 HI_U32 value; /* Histogram data value corresponding to ordinate, [CN]:Ӧ */ member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/fm11nt081d/ |
| H A D | fm11nt081d.c | 209 static hi_s32 Fm11nt081dSetReg(hi_u32 addr, hi_u32 value) in Fm11nt081dSetReg() argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
| H A D | at_lowpower.c | 292 hi_u32 value; in arp_offload_parse_ipv4_check() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
| H A D | pthread.h | 75 volatile int value; /**< Condition variable state value*/ member [all...] |