Home
last modified time | relevance | path

Searched refs:allocator (Results 1 - 13 of 13) sorted by relevance

/base/hiviewdfx/faultloggerd/test/unittest/local_handler/
H A Dlocal_handler_test.cpp301 DfxAllocator* allocator = GetDfxAllocator(); in HWTEST_F() local
311 if (allocator->dfxMempoolBuf[i].pageList != nullptr) { in HWTEST_F()
325 if (allocator->dfxMempoolBuf[i].pageList != nullptr) { in HWTEST_F()
347 DfxAllocator* allocator = GetDfxAllocator(); in HWTEST_F() local
356 if (allocator->pageList != nullptr) { in HWTEST_F()
370 if (allocator->pageList != nullptr) { in HWTEST_F()
389 DfxAllocator* allocator = GetDfxAllocator(); in HWTEST_F() local
398 if (allocator->dfxMempoolBuf[1].pageList == nullptr) { in HWTEST_F()
/base/powermgr/display_manager/state_manager/test/unittest/mock/src/
H A Dmock_message_parcel.cpp31 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument
32 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
H A Dmock_parcel.cpp30 Parcel::Parcel(Allocator* allocator) in Parcel() argument
32 if (allocator != nullptr) { in Parcel()
33 allocator_ = allocator; in Parcel()
112 bool Parcel::SetAllocator(Allocator* allocator) in SetAllocator() argument
114 (void)allocator; in SetAllocator()
/base/powermgr/battery_manager/test/unittest/mock/source/
H A Dmock_message_parcel.cpp31 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument
32 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
H A Dmock_parcel.cpp30 Parcel::Parcel(Allocator* allocator) in Parcel() argument
32 if (allocator != nullptr) { in Parcel()
33 allocator_ = allocator; in Parcel()
112 bool Parcel::SetAllocator(Allocator* allocator) in SetAllocator() argument
114 (void)allocator; in SetAllocator()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_message_parcel.cpp33 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument
34 : Parcel(allocator) in MessageParcel()
/base/powermgr/battery_statistics/test/unittest/mock/source/
H A Dmock_message_parcel.cpp38 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument
39 : Parcel(allocator), in MessageParcel()
H A Dmock_parcel.cpp31 Parcel::Parcel(Allocator *allocator) in Parcel() argument
33 if (allocator != nullptr) { in Parcel()
34 allocator_ = allocator; in Parcel()
114 bool Parcel::SetAllocator(Allocator *allocator) in SetAllocator() argument
116 (void)allocator; in SetAllocator()
/base/powermgr/thermal_manager/test/unittest/mock/src/
H A Dmock_message_parcel.cpp31 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument
32 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
H A Dmock_parcel.cpp31 Parcel::Parcel(Allocator* allocator) in Parcel() argument
33 if (allocator != nullptr) { in Parcel()
34 allocator_ = allocator; in Parcel()
113 bool Parcel::SetAllocator(Allocator* allocator) in SetAllocator() argument
115 (void)allocator; in SetAllocator()
/base/powermgr/power_manager/test/unittest/mock/
H A Dmock_message_parcel.cpp35 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument
36 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
H A Dmock_parcel.cpp30 Parcel::Parcel(Allocator* allocator) in Parcel() argument
32 if (allocator != nullptr) { in Parcel()
33 allocator_ = allocator; in Parcel()
112 bool Parcel::SetAllocator(Allocator* allocator) in SetAllocator() argument
114 (void)allocator; in SetAllocator()
/base/hiviewdfx/hiview/base/utility/include/
H A Dstring_util.h112 std::string ConvertToUTF8(const std::basic_string<T, std::char_traits<T>, std::allocator<T>> &source) in ConvertToUTF8()

Completed in 10 milliseconds