Home
last modified time | relevance | path

Searched refs:pUint8 (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp358 uint8_t *pUint8 = (uint8_t *)&uValue; in AddOptValueToOpts() local
363 *pUint8 = value; in AddOptValueToOpts()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp314 auto pUint8 = std::get_if<std::vector<uint8_t>>(&in); in SetValue() local
315 if (pUint8 != nullptr) { in SetValue()
316 return SetValue(env, *pUint8, out); in SetValue()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp310 auto pUint8 = std::get_if<std::vector<uint8_t>>(&in); in SetValue() local
311 if (pUint8 != nullptr) { in SetValue()
312 return SetValue(env, *pUint8, out); in SetValue()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp328 auto pUint8 = std::get_if<std::vector<uint8_t>>(&in); in SetValue() local
329 if (pUint8 != nullptr) { in SetValue()
330 return SetValue(env, *pUint8, out); in SetValue()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp321 auto pUint8 = std::get_if<std::vector<uint8_t>>(&in); in SetValue() local
322 if (pUint8 != nullptr) { in SetValue()
323 return SetValue(env, *pUint8, out); in SetValue()

Completed in 9 milliseconds