Searched refs:beforeSize (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec_utils.h | 44 size_t beforeSize = vec.size(); in AppendToVector() local 45 size_t afterSize = beforeSize + sizeof(T); in AppendToVector() 49 std::copy(p, p + sizeof(T), vec.begin() + beforeSize); in AppendToVector()
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_auth_list_mgr.c | 163 uint32_t beforeSize = position - sizeof(uint32_t); /* positon >= 12 */ in RemoveUid() local 164 if (memcpy_s(data, size, originList->data, beforeSize) != EOK) { in RemoveUid() 169 if (size > beforeSize) { /* has buffer after uid */ in RemoveUid() 170 if (memcpy_s(data + beforeSize, size - beforeSize, originList->data + position, in RemoveUid()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/ |
H A D | event_logger_test.cpp | 221 auto beforeSize = static_cast<long>(logFileList.size()); variable 222 printf("Before-- logFileList num: %ld\n", beforeSize); 236 if (listSize == beforeSize) {
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_inner_test.cpp | 139 size_t beforeSize = WatchdogInner::GetInstance().taskNameSet_.size(); variable 142 ASSERT_EQ(beforeSize, (afterSize + 1));
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/ |
H A D | render_node.cpp | 709 auto beforeSize = result.size(); in TouchTest() local 726 return dispatchSuccess || (beforeSize != endSize && IsNotSiblingAddRecognizerToResult()); in TouchTest() 849 auto beforeSize = hoverList.size(); in MouseDetect() local 867 return beforeSize != endSize; in MouseDetect()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 263 auto beforeSize = result.size(); in TouchTest() local 271 return beforeSize != endSize; in TouchTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 2290 size_t beforeSize = occlusionSurfaces.size(); in CheckSurfaceNeedProcess() local 2292 bool insertSuccess = occlusionSurfaces.size() > beforeSize ? true : false; in CheckSurfaceNeedProcess()
|