Home
last modified time | relevance | path

Searched refs:valType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutil_napi.cpp27 napi_valuetype valType = napi_undefined; in TypeOf() local
28 CHKRF(napi_typeof(env, value, &valType), "napi_typeof"); in TypeOf()
29 return (valType == type); in TypeOf()
/ohos5.0/drivers/hdf_core/framework/model/audio/usb/src/
H A Daudio_usb_mixer.c136 int32_t valType; member
397 switch (mixElemInfo->valType) { in AudioUsbConvertSignedValue()
433 switch (mixElemInfo->valType) { in AudioUsbConvertBytesValue()
490 switch (valType) { in AudioUsbCtlValueSize()
552 idx, mixElemInfo->valType); in AudioUsbGetCtlValueV1()
1147 … if (mixElemInfo->valType == USB_MIXER_BOOLEAN || mixElemInfo->valType == USB_MIXER_INV_BOOLEAN) { in AudioUsbCtlGetMinMaxVal()
1190 … if (mixElemInfo->valType == USB_MIXER_BOOLEAN || mixElemInfo->valType == USB_MIXER_INV_BOOLEAN) { in AudioUsbMixerCtlFeatureInfo()
1196 … if (mixElemInfo->valType == USB_MIXER_BOOLEAN || mixElemInfo->valType == USB_MIXER_INV_BOOLEAN) { in AudioUsbMixerCtlFeatureInfo()
1349 mixElemInfo->valType = ctlInfo->type; in AudioUsbFeatureCtlInit()
1685 mixElemInfo->valType = USB_MIXER_S16; in AudioUsbBuildMixerUnitCtl()
[all …]
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_parcel.cpp94 uint32_t valType = parcel.ReadUint32(); in DoUnmarshalling() local
95 switch (valType) { in DoUnmarshalling()
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp80 napi_valuetype valType = napi_undefined; in GetAvailableStatus() local
81 napi_typeof(env, argv[PARAM_ZERO], &valType); in GetAvailableStatus()
82 if (valType != napi_number) { in GetAvailableStatus()
89 napi_typeof(env, argv[PARAM_ONE], &valType); in GetAvailableStatus()
90 if (valType != napi_number) { in GetAvailableStatus()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp1388 int32_t valType = ValueType::UNKNOWN; in GetVtpStackConfig() local
1394 valType = optFuncMap_.at(it->first).valueType; in GetVtpStackConfig()
1398 if (valType != ValueType::UNKNOWN) { in GetVtpStackConfig()
1404 valType = optFuncMap_.at(it->first).valueType; in GetVtpStackConfig()
1409 if (valType == BOOL_TYPE) { in GetVtpStackConfig()