/base/msdp/device_status/utils/common/include/ |
D | utility.h | 42 static bool IsEmpty(const char *str); 63 inline bool Utility::IsEmpty(const char *str) 70 if (IsEmpty(s1)) { 71 return IsEmpty(s2); 72 } else if (IsEmpty(s2)) {
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_transport_message.cpp | 35 if (pdu.IsEmpty()) { in Encode() 60 if (pdu.IsEmpty()) { in Decode() 87 bool CdmaSmsTransportMessage::IsEmpty() in IsEmpty() function in OHOS::Telephony::CdmaSmsTransportMessage 113 if (pdu.IsEmpty()) { in CreateTransportMessage() 165 if (pdu.IsEmpty()) { in CdmaSmsP2pMessage() 208 if (pdu.IsEmpty()) { in CdmaSmsBroadcastMessage() 257 if (pdu.IsEmpty()) { in CdmaSmsAckMessage()
|
D | cdma_sms_parameter_record.cpp | 27 if (pdu.IsEmpty() || !pdu.ReadByte(id) || !pdu.ReadByte(len_) || id != id_) { in IsInvalidPdu() 42 if (pdu.IsEmpty()) { in Encode() 72 if (pdu.IsEmpty()) { in Encode() 102 if (pdu.IsEmpty()) { in Encode() 137 if (pdu.IsEmpty()) { in Encode() 207 if (isInvalid_ || pdu.IsEmpty()) { in Encode() 347 if (isInvalid_ || pdu.IsEmpty()) { in Encode() 464 if (pdu.IsEmpty()) { in Encode()
|
D | cdma_sms_teleservice_message.cpp | 32 if (pdu.IsEmpty()) { in Encode() 52 if (pdu.IsEmpty()) { in Decode() 72 if (pdu.IsEmpty()) { in GetMessageType() 130 if (pdu.IsEmpty()) { in CdmaSmsSubmitMessage() 201 if (pdu.IsEmpty()) { in CdmaSmsDeliverMessage() 261 if (pdu.IsEmpty()) { in CdmaSmsDeliveryAck() 288 if (pdu.IsEmpty()) { in CdmaSmsUserAck() 317 if (pdu.IsEmpty()) { in CdmaSmsReadAck()
|
D | cdma_sms_sub_parameter.cpp | 33 if (pdu.IsEmpty() || !pdu.ReadByte(id) || !pdu.ReadByte(len_) || id != id_) { in IsInvalidPdu() 48 if (pdu.IsEmpty()) { in Encode() 75 if (pdu.IsEmpty()) { in Encode() 101 if (pdu.IsEmpty()) { in Encode() 160 if (pdu.IsEmpty()) { in Encode() 221 if (pdu.IsEmpty()) { in Encode() 262 if (pdu.IsEmpty()) { in Encode() 303 if (pdu.IsEmpty()) { in Encode() 350 if (pdu.IsEmpty() || !pdu.WriteByte(id_)) { in Encode() 971 if (pdu.IsEmpty()) { in Encode() [all …]
|
/base/update/updater/services/common/ring_buffer/ |
D | ring_buffer.cpp | 64 bool RingBuffer::IsEmpty() in IsEmpty() function in Updater::RingBuffer 108 if (IsEmpty()) { in Pop() 110 while (IsEmpty()) { in Pop()
|
D | ring_buffer.h | 39 inline bool IsEmpty();
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/encode/include/ |
D | raw_data.h | 41 bool IsEmpty();
|
/base/hiviewdfx/hiview/base/event_raw/include/base/ |
D | raw_data.h | 41 bool IsEmpty();
|
/base/telephony/sms_mms/test/fuzztest/smspdubuffer_fuzzer/ |
D | smspdubuffer_fuzzer.cpp | 32 buffer->IsEmpty(); in ReadBuffer() 71 buffer->IsEmpty(); in WriteBuffer()
|
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_cdma_sms_test.cpp | 162 EXPECT_TRUE(buffer->IsEmpty()); 189 EXPECT_FALSE(buffer->IsEmpty()); 233 EXPECT_FALSE(buffer->IsEmpty()); 267 EXPECT_FALSE(buffer->IsEmpty()); 316 EXPECT_TRUE(buffer->IsEmpty()); 318 EXPECT_FALSE(buffer->IsEmpty()); 320 EXPECT_FALSE(buffer->IsEmpty()); 322 EXPECT_FALSE(buffer->IsEmpty()); 325 EXPECT_FALSE(buffer->IsEmpty()); 328 EXPECT_FALSE(buffer->IsEmpty()); [all …]
|
D | cdma_sms_gtest.cpp | 155 EXPECT_TRUE(buffer->IsEmpty()); 164 EXPECT_FALSE(rBuffer->IsEmpty()); 173 EXPECT_FALSE(wBuffer->IsEmpty()); 204 EXPECT_NE(transportMessage->IsEmpty(), true); 228 EXPECT_NE(transportMessage->IsEmpty(), true); 286 EXPECT_FALSE(transportMessage->IsEmpty());
|
/base/telephony/sms_mms/services/sms/include/cdma/ |
D | cdma_sms_transport_message.h | 34 virtual bool IsEmpty();
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
D | dlp_file_kits.cpp | 47 if (wp.IsEmpty()) { in GetWantFileName() 57 if (wp.IsEmpty()) { in GetWantFileDescriptor()
|
/base/location/services/location_locator/locator/include/ |
D | work_record.h | 39 bool IsEmpty();
|
/base/sensors/sensor/utils/ipc/src/ |
D | stream_socket.cpp | 77 if (circBuf.IsEmpty()) { in OnReadPackets()
|
/base/telephony/sms_mms/services/sms/include/ |
D | sms_pdu_buffer.h | 29 virtual bool IsEmpty();
|
D | sms_misc_manager.h | 73 bool IsEmpty() const;
|
/base/msdp/device_status/utils/ipc/include/ |
D | stream_buffer.h | 47 bool IsEmpty() const;
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | attributes_test.cpp | 413 EXPECT_THAT(u64Vector, IsEmpty()); 416 EXPECT_THAT(u32Vector, IsEmpty()); 419 EXPECT_THAT(u16Vector, IsEmpty()); 422 EXPECT_THAT(u8Vector, IsEmpty());
|
/base/location/test/location_locator/source/ |
D | work_record_test.cpp | 130 EXPECT_EQ(false, workrecord->IsEmpty()); 132 EXPECT_EQ(true, workrecord->IsEmpty());
|
/base/msdp/device_status/services/device_manager/src/ |
D | monitor.cpp | 145 if (Utility::IsEmpty(event->name)) { in HandleInotifyEvent()
|
/base/msdp/device_status/utils/ipc/src/ |
D | stream_socket.cpp | 115 if (circBuf.IsEmpty()) { in OnReadPackets()
|
/base/location/services/location_locator/locator/source/ |
D | work_record.cpp | 90 if (!IsEmpty()) { in ToString() 168 bool WorkRecord::IsEmpty() in IsEmpty() function in OHOS::Location::WorkRecord
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
D | transport.cpp | 132 if (rawData.IsEmpty()) { in SendData()
|