Home
last modified time | relevance | path

Searched refs:GetByte (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/telephony/core_service/test/unittest/utils_vcard_gtest/
H A Dcontact_data_test.cpp219 EXPECT_TRUE((rawData->GetByte()).empty());
224 EXPECT_TRUE((rawData->GetByte()).empty());
229 EXPECT_FALSE((rawData->GetByte()).empty());
235 EXPECT_FALSE((rawData->GetByte()).empty());
249 EXPECT_FALSE((rawData->GetByte()).empty());
269 EXPECT_FALSE((rawData->GetByte()).empty());
283 EXPECT_FALSE((rawData->GetByte()).empty());
303 EXPECT_FALSE((rawData->GetByte()).empty());
317 EXPECT_FALSE((rawData->GetByte()).empty());
343 EXPECT_FALSE((rawData->GetByte()).empty());
[all …]
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_blob.h36 uint8_t GetByte(int index);
H A Djs_blob.cpp101 uint8_t Blob::GetByte(int index) in GetByte() function in OHOS::buffer::Blob
H A Dnative_module_buffer.cpp1129 napi_create_uint32(env, uint32_t(blob->GetByte(i) & 0xFF), &value); in GetBytes()
/ohos5.0/base/telephony/core_service/utils/vcard/include/
H A Dvcard_raw_data.h34 std::string GetByte();
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_raw_data.cpp83 std::string VCardRawData::GetByte() in GetByte() function in OHOS::Telephony::VCardRawData
H A Dvcard_contact.cpp42 byte = rawData->GetByte(); in AddRawData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp803 return headerItem->GetByte() == ObexHdrSrmMode::SINGLE; in GetItemSrm()
812 return headerItem->GetByte() == ObexHdrSrmpMode::WAIT; in GetItemSrmp()
1100 uint8_t ObexOptionalByteHeader::GetByte() const in GetByte() function in OHOS::bluetooth::ObexOptionalByteHeader
1117 return std::make_unique<ObexOptionalByteHeader>(GetHeaderId(), GetByte()); in Clone()
H A Dobex_utils.cpp144 … OBEX_LOG_INFO("BYTE:0x%02X", static_cast<const ObexOptionalByteHeader *>(&hi)->GetByte()); in ObexHeaderItemDebug()
H A Dobex_headers.h268 uint8_t GetByte() const;
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp610 static napi_value GetByte(napi_env env, napi_callback_info info) in GetByte() function
1741 NVal::DeclareNapiGetter("BYTE", GetByte), in GetRenderingContextBasePropertyDesc()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1232 uint8_t byte = blob->GetByte(2);