Searched refs:ParseLong (Results 1 – 9 of 9) sorted by relevance
/external/openthread/src/core/diags/ |
D | factory_diags.cpp | 89 SuccessOrExit(error = ParseLong(aArgs[0], value)); in ProcessChannel() 106 SuccessOrExit(error = ParseLong(aArgs[0], value)); in ProcessPower() 131 SuccessOrExit(error = ParseLong(aArgs[1], value)); in ProcessEcho() 217 SuccessOrExit(error = ParseLong(aArgs[0], value)); 246 SuccessOrExit(error = ParseLong(aArgs[0], value)); 279 SuccessOrExit(error = ParseLong(aArgs[0], value)); 282 SuccessOrExit(error = ParseLong(aArgs[1], value)); 307 SuccessOrExit(error = ParseLong(aArgs[0], value)); 310 SuccessOrExit(error = ParseLong(aArgs[1], value)); 554 Error Diags::ParseLong(char *aString, long &aLong) in ParseLong() function in ot::FactoryDiags::Diags
|
D | factory_diags.hpp | 161 static Error ParseLong(char *aString, long &aLong);
|
/external/dynamic_depth/internal/xmpmeta/xml/ |
D | deserializer.h | 51 virtual bool ParseLong(const string& prefix, const string& name,
|
D | deserializer_impl.h | 64 bool ParseLong(const string& prefix, const string& name,
|
D | deserializer_impl.cc | 257 bool DeserializerImpl::ParseLong(const string& prefix, const string& name, in ParseLong() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | pose.cc | 172 deserializer.ParseLong(prefix, kTimestamp, ×tamp_); in ParsePoseFields()
|
D | earth_pose.cc | 185 deserializer.ParseLong(DynamicDepthConst::EarthPose(), kTimestamp, in ParseEarthPoseFields()
|
/external/ot-br-posix/src/openwrt/ubus/ |
D | otubus.cpp | 894 SuccessOrExit(error = ParseLong(blobmsg_get_string(tb[PANID]), value)); in UbusMgmtset() 900 SuccessOrExit(error = ParseLong(blobmsg_get_string(tb[CHANNEL]), value)); in UbusMgmtset() 1459 SuccessOrExit(error = ParseLong(panid, value)); in UbusSetInformation() 1735 otError UbusServer::ParseLong(char *aString, long &aLong) in ParseLong() function in otbr::ubus::UbusServer
|
D | otubus.hpp | 1094 otError ParseLong(char *aString, long &aLong);
|