Home
last modified time | relevance | path

Searched defs:pValue (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_config.cpp33 static int SetEnableConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetEnableConfigInfo()
54 static int SetTimeConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue) in SetTimeConfigInfo()
77 static int SetNetConfigInfo(DhcpConfig *dhcpConfig, const char *pKey, const char *pValue, int commo… in SetNetConfigInfo()
100 static int SetIpAddressPool(DhcpConfig *dhcpConfig, const char *pValue) in SetIpAddressPool()
130 static int SetDnsInfo(DhcpConfig *dhcpConfig, const char *pValue) in SetDnsInfo()
165 static int SetIfnameInfo(DhcpConfig *dhcpConfig, const char *pValue) in SetIfnameInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_volume_parser.cpp155 char *pValue = reinterpret_cast<char*>(xmlGetProp(currNode, in ParseStreamVolumeInfoAttr() local
187 char *pValue = reinterpret_cast<char*>(xmlGetProp(currNode, in ParseDeviceVolumeInfos() local
209 char *pValue = reinterpret_cast<char*>(xmlGetProp(currNode, in ParseVolumePoints() local
H A Daudio_tone_parser.cpp85 char *pValue = nullptr; in ParseToneInfoAttribute() local
156 char *pValue = reinterpret_cast<char*>(xmlGetProp(currNode, in ParseSegment() local
H A Daudio_usage_strategy_parser.cpp63 char *pValue = reinterpret_cast<char*>(xmlGetProp(currNode, in ParseInternal() local
H A Daudio_device_parser.cpp85 char *pValue = reinterpret_cast<char*>(xmlGetProp(deviceNode, in ParseDevicePrivacyInfo() local
/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dparameter_item.h78 const void *pValue; /**< Pointer */ member
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconstant_of_shape_builder.cpp68 float* pValue = static_cast<float*>(buffer); in SetValue() local
/ohos5.0/foundation/distributeddatamgr/preferences/test/ndk/unittest/
H A Dpreferences_ndk_test.cpp106 const OH_PreferencesValue *pValue = OH_PreferencesPair_GetPreferencesValue(pairs, i); in DataChangeObserverCallback() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp335 static ValueType NativeValueToCValueType(const PreferencesValue &pValue, int32_t &code) in NativeValueToCValueType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_scroll_modifier.cpp181 auto pValue = paginationValue[i]; in SetScrollScrollSnap() local
188 auto pValue = paginationValue[SNAP_START_INDEX]; in SetScrollScrollSnap() local
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp424 Buffer *GetValueOffsetAndBuf(napi_env env, napi_callback_info info, int32_t *pValue, uint32_t *pOff… in GetValueOffsetAndBuf()