Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:atol
(Results
1 - 21
of
21
) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/
H
A
D
dhcp_binding.cpp
187
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
D
NativeFunctionTest.cpp
132
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
D
NativeStablityTest.cpp
106
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
D
traffic_manager.cpp
95
return
atol
(buf);
in GetInterfaceTrafficByType()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H
A
D
rtsp_sdp.cpp
475
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
D
cj_text_clock_ffi.cpp
151
const std::string& value) -> void { lambda(std::
atol
(value.c_str())); };
in FfiOHOSAceFrameworkTextClockOnChange()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H
A
D
device_convertor.cpp
130
size_t devLen = static_cast<size_t>(
atol
(deviceLen.c_str()));
in ConvertNetwork()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H
A
D
device_convertor.cpp
127
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
D
avcodec_audio_avbuffer_decoder_demo.cpp
145
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
D
mock_netsys_native_client.cpp
249
long infBytes =
atol
(buf);
in GetInterfaceTrafficByType()
343
return
atol
(buf);
in GetUidTrafficFromBpf()
/foundation/communication/wifi/wifi/base/cRPC/src/
H
A
D
serial.c
299
*pLong =
atol
(szTmp);
in ReadLong()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H
A
D
avcodec_audio_avbuffer_encoder_demo.cpp
133
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
D
downloader.cpp
409
info->contentLen =
atol
(contLen);
in RxHeaderData()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
ark_js_runtime.cpp
143
return static_cast<uint32_t>(std::
atol
(idStr.c_str()));
in ParseHdcRegisterOption()
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_utils.cpp
140
return static_cast<int32_t>(std::
atol
(string.data()));
in ToInt32()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H
A
D
pac_map.cpp
1563
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
D
downloader.cpp
843
info->contentLen =
atol
(StringTrim(token));
in HandleContentLength()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H
A
D
medialibrary_audio_operations_test.cpp
501
int64_t columnLongValue =
atol
(columnValue.c_str());
in TestQueryAssetLongParams()
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H
A
D
lnn_data_cloud_sync.c
385
*accountId =
atol
(splitKey[0]);
in GetInfoFromSplitKey()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H
A
D
medialibrary_photo_operations_test.cpp
588
int64_t columnLongValue =
atol
(columnValue.c_str());
in TestQueryAssetLongParams()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H
A
D
js_accessibility_manager.cpp
345
nodeInfo.SetLabeled(
atol
(accessibilityLabel.c_str()));
in UpdateAccessibilityNodeInfo()
Completed in 52 milliseconds