Home
last modified time | relevance | path

Searched defs:totalSize (Results 1 – 8 of 8) sorted by relevance

/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customcomponent/
Dcustomcomponent_measurenode_test.cpp103 auto totalSize = nodeAPI->getTotalChildCount(nodeHandler); in measure() local
151 auto totalSize = nodeAPI->getTotalChildCount(nodeHandler); in OnMeasureReceive() local
206 auto totalSize = nodeAPI->getTotalChildCount(nodeHandler); in OnLayoutReceive() local
/test/xts/acts/telephony/networkmanager/ndk/networkauth/entry/src/main/cpp/
DNetConnectionAuthTest.cpp341 void HttpOnUploadProgress(uint64_t totalSize, uint64_t transferredSize) in HttpOnUploadProgress()
346 void HttpOnDownloadProgress(uint64_t totalSize, uint64_t transferredSize) in HttpOnDownloadProgress()
/test/xts/acts/multimedia/media/media_ndk_standard/LowPowerPlayerNDK/entry/src/main/cpp/sample/player/
DPlayer.cpp1162 int32_t totalSize = 4467270; in LppDataNeededThread1() local
1218 int32_t totalSize = 4467270; in LppVideoDataNeededThread() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/component/
Dlist_component.cpp61 void ListChildrenMainSizeOption::Resize(int32_t totalSize) in Resize()
/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/
Dnet_connection_ndk_test.cpp732 void Http_SampleOnUploadProgressCallback(uint64_t totalSize, uint64_t transferredSize) in Http_SampleOnUploadProgressCallback()
737 void Http_SampleOnDownloadProgressCallback(uint64_t totalSize, uint64_t transferredSize) in Http_SampleOnDownloadProgressCallback()
/test/xts/acts/arkui/ace_c_arkui_nowear_test_api15/entry/src/main/cpp/component/
Dlist_component.cpp61 void ListChildrenMainSizeOption::Resize(int32_t totalSize) in Resize()
/test/xts/acts/arkui/ace_c_arkui_test_api15/entry/src/main/cpp/component/
Dlist_component.cpp61 void ListChildrenMainSizeOption::Resize(int32_t totalSize) in Resize()
/test/xts/acts/telephony/networkmanager/ndk/network/entry/src/main/cpp/
DNetHttpTest.cpp654 void OnProgressCallback(uint64_t totalSize, uint64_t transferredSize) in OnProgressCallback()