Searched defs:startAddr (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/ |
H A D | cache_manager.cpp | 70 void CacheManager::SetupCacheMemInfo(uintptr_t startAddr, size_t length) in SetupCacheMemInfo() argument 85 CacheSetupState CacheManager::PrecheckStatus(uintptr_t startAddr, size_t totalBytes) const in PrecheckStatus() argument 126 CacheSetupState CacheManager::DistributeCacheRange(uintptr_t startAddr, size_t totalBytes) in DistributeCacheRange() argument
|
/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/test/unittest/common/ |
H A D | cache_manager_tdd_test.cpp | 49 uintptr_t startAddr = reinterpret_cast<uintptr_t>(buffer); in HWTEST_F() local 91 uintptr_t startAddr = reinterpret_cast<uintptr_t>(buffer); in HWTEST_F() local 127 uintptr_t startAddr = reinterpret_cast<uintptr_t>(buffer); in HWTEST_F() local 158 uintptr_t startAddr = reinterpret_cast<uintptr_t>(buffer); in HWTEST_F() local 191 uintptr_t startAddr = reinterpret_cast<uintptr_t>(buffer); HWTEST_F() local 229 uintptr_t startAddr = reinterpret_cast<uintptr_t>(buffer); HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_screenshot.cpp | 102 bool WriteBlockToFile(int32_t fd, uint32_t* buffer, uint8_t*& startAddr, uint32_t row, in WriteBlockToFile() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_ashmem_helper.cpp | 93 void *startAddr = ::mmap(nullptr, size_, mapType, MAP_SHARED, fd_, 0); in MapAshmem() local
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_value_parcel.cpp | 107 uint8_t *startAddr = data.data(); in MarshallingBasicValueInner() local 166 uint8_t *startAddr = data.data(); in MarshallingBasicValue() local 192 uint8_t *startAddr = data.data(); in MarshallingStringValue() local 226 uint8_t *startAddr = data.data(); MarshallingStringArrayValue() local 266 MarshallingVecUInt8AfterType(const PreferencesValue &value, uint8_t *startAddr) MarshallingVecUInt8AfterType() argument 294 MarshallingVecBigIntAfterType(const PreferencesValue &value, uint8_t *startAddr) MarshallingVecBigIntAfterType() argument 330 MarshallingVecDoubleAfterType(const PreferencesValue &value, uint8_t *startAddr) MarshallingVecDoubleAfterType() argument 355 MarshallingVecBoolAfterType(const PreferencesValue &value, uint8_t *startAddr) MarshallingVecBoolAfterType() argument 389 uint8_t *startAddr = data.data(); MarshallingBasicArrayValue() local 454 const uint8_t *startAddr = data.data(); UnmarshallingBasicValue() local 485 const uint8_t *startAddr = data.data(); UnmarshallingStringValue() local 513 const uint8_t *startAddr = data.data() + sizeof(uint8_t); UnmarshallingStringArrayValue() local 537 const uint8_t *startAddr = data.data() + sizeof(uint8_t); UnmarshallingVecUInt8() local 553 const uint8_t *startAddr = data.data() + sizeof(uint8_t); UnmarshallingVecDouble() local 569 const uint8_t *startAddr = data.data() + sizeof(uint8_t); UnmarshallingVecBool() local 585 const uint8_t *startAddr = data.data() + sizeof(uint8_t); UnmarshallingVecBigInt() local [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bitmap_manager.cpp | 479 int32_t IpParamParser::GetIp4AndMask(const in_addr &startAddr, const in_addr &endAddr, std::vector<Ip4Data> &list) in GetIp4AndMask() argument
|
Completed in 4 milliseconds