Home
last modified time | relevance | path

Searched refs:atol (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_binding.cpp187 binding->leaseTime = atol(strs[BINDING_LEASE_TIME_POS]); in ParseAddressBinding()
188 binding->bindingTime = atol(strs[BINDING_BINDING_TIME_POS]); in ParseAddressBinding()
189 binding->pendingTime = atol(strs[BINDING_PENDING_TIME_POS]); in ParseAddressBinding()
197 binding->pendingInterval = atol(strs[BINDING_PENDING_INTERVAL_POS]); in ParseAddressBinding()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFunctionTest.cpp132 bitrate = atol(bitStr.c_str()); in getParamsByName()
143 bitrate = atol(bitStr.c_str()); in getParamsByName()
154 bitrate = atol(bitStr.c_str()); in getParamsByName()
165 bitrate = atol(bitStr.c_str()); in getParamsByName()
259 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
305 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
351 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
397 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
441 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
486 long bitrate = atol(bitSt in HWTEST_F()
[all...]
H A DNativeStablityTest.cpp106 bitrate = atol(bitStr.c_str()); in GetParamsByName()
117 bitrate = atol(bitStr.c_str()); in GetParamsByName()
128 bitrate = atol(bitStr.c_str()); in GetParamsByName()
139 bitrate = atol(bitStr.c_str()); in GetParamsByName()
657 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
746 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
788 long bitrate = atol(bitStr.c_str()); in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dtraffic_manager.cpp95 return atol(buf); in GetInterfaceTrafficByType()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp475 session_.time.time.first = atol(sm[1].str().c_str());
476 session_.time.time.second = atol(sm[2].str().c_str()); // 2:fixed size
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp151 const std::string& value) -> void { lambda(std::atol(value.c_str())); }; in FfiOHOSAceFrameworkTextClockOnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp130 size_t devLen = static_cast<size_t>(atol(deviceLen.c_str())); in ConvertNetwork()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Ddevice_convertor.cpp127 size_t devLen = static_cast<size_t>(atol(deviceLen.c_str())); in ConvertNetwork()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp145 bitrate = atol(bitStr.c_str()); in GetParamsByName()
156 bitrate = atol(bitStr.c_str()); in GetParamsByName()
167 bitrate = atol(bitStr.c_str()); in GetParamsByName()
/foundation/communication/netmanager_base/services/netsyscontroller/src/
H A Dmock_netsys_native_client.cpp249 long infBytes = atol(buf); in GetInterfaceTrafficByType()
343 return atol(buf); in GetUidTrafficFromBpf()
/foundation/communication/wifi/wifi/base/cRPC/src/
H A Dserial.c299 *pLong = atol(szTmp); in ReadLong()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp133 bitrate = atol(bitStr.c_str()); in GetParamsByName()
144 bitrate = atol(bitStr.c_str()); in GetParamsByName()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp409 info->contentLen = atol(contLen); in RxHeaderData()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp143 return static_cast<uint32_t>(std::atol(idStr.c_str())); in ParseHdcRegisterOption()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp140 return static_cast<int32_t>(std::atol(string.data())); in ToInt32()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp1563 InnerPutLongValue(mapList, key, std::atol(item["data"].asString().c_str())); in ParseJsonItem()
1691 long longVal = std::atol(arrayValue[i].asString().c_str()); in ParseJsonItemArrayLong()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp843 info->contentLen = atol(StringTrim(token)); in HandleContentLength()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp501 int64_t columnLongValue = atol(columnValue.c_str()); in TestQueryAssetLongParams()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c385 *accountId = atol(splitKey[0]); in GetInfoFromSplitKey()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp588 int64_t columnLongValue = atol(columnValue.c_str()); in TestQueryAssetLongParams()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp345 nodeInfo.SetLabeled(atol(accessibilityLabel.c_str())); in UpdateAccessibilityNodeInfo()

Completed in 52 milliseconds