/base/hiviewdfx/faultloggerd/test/unittest/local_handler/ |
H A D | local_handler_test.cpp | 301 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 D | mock_message_parcel.cpp | 31 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument 32 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
|
H A D | mock_parcel.cpp | 30 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 D | mock_message_parcel.cpp | 31 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument 32 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
|
H A D | mock_parcel.cpp | 30 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 D | mock_message_parcel.cpp | 33 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument 34 : Parcel(allocator) in MessageParcel()
|
/base/powermgr/battery_statistics/test/unittest/mock/source/ |
H A D | mock_message_parcel.cpp | 38 MessageParcel::MessageParcel(Allocator *allocator) in MessageParcel() argument 39 : Parcel(allocator), in MessageParcel()
|
H A D | mock_parcel.cpp | 31 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 D | mock_message_parcel.cpp | 31 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument 32 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
|
H A D | mock_parcel.cpp | 31 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 D | mock_message_parcel.cpp | 35 MessageParcel::MessageParcel(Allocator* allocator) in MessageParcel() argument 36 : Parcel(allocator), writeRawDataFd_(-1), readRawDataFd_(-1), in MessageParcel()
|
H A D | mock_parcel.cpp | 30 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 D | string_util.h | 112 std::string ConvertToUTF8(const std::basic_string<T, std::char_traits<T>, std::allocator<T>> &source) in ConvertToUTF8()
|