Home
last modified time | relevance | path

Searched refs:ParseLong (Results 1 – 9 of 9) sorted by relevance

/external/openthread/src/core/diags/
Dfactory_diags.cpp89 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
Dfactory_diags.hpp161 static Error ParseLong(char *aString, long &aLong);
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer.h51 virtual bool ParseLong(const string& prefix, const string& name,
Ddeserializer_impl.h64 bool ParseLong(const string& prefix, const string& name,
Ddeserializer_impl.cc257 bool DeserializerImpl::ParseLong(const string& prefix, const string& name, in ParseLong() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
/external/dynamic_depth/internal/dynamic_depth/
Dpose.cc172 deserializer.ParseLong(prefix, kTimestamp, &timestamp_); in ParsePoseFields()
Dearth_pose.cc185 deserializer.ParseLong(DynamicDepthConst::EarthPose(), kTimestamp, in ParseEarthPoseFields()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp894 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
Dotubus.hpp1094 otError ParseLong(char *aString, long &aLong);