Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:manufacturer
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_ble_advertiser_data.cpp
132
for (auto &
manufacturer
: manufacturerSpecificData_) {
in WriteManufacturerData()
133
if (!parcel.WriteUint16(
manufacturer
.first)) {
in WriteManufacturerData()
136
if (!parcel.WriteString(
manufacturer
.second)) {
in WriteManufacturerData()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H
A
D
get_device_info_data.cpp
175
void GetDeviceInfoData::SetManufacturer(const std::string &
manufacturer
)
in SetManufacturer()
argument
177
manufacturer_ =
manufacturer
;
in SetManufacturer()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H
A
D
get_device_info_data.h
32
void SetManufacturer(const std::string &
manufacturer
);
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H
A
D
func_test.cpp
125
std::string
manufacturer
;
in HWTEST_F()
local
126
ASSERT_TRUE(metaFormat_.GetStringValue("com.abababa.
manufacturer
",
manufacturer
));
in HWTEST_F()
127
ASSERT_EQ(
manufacturer
, "ABCDEF");
in HWTEST_F()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H
A
D
wifi_hdi_struct.h
283
const uint8_t *
manufacturer
;
member
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H
A
D
mtp_payload_data_test.cpp
1001
string
manufacturer
= "GetDeviceInfoData";
in HWTEST_F()
local
1002
getDeviceInfoData.SetManufacturer(
manufacturer
);
in HWTEST_F()
1003
getDeviceInfoData.SetModel(
manufacturer
);
in HWTEST_F()
1004
getDeviceInfoData.SetVersion(
manufacturer
);
in HWTEST_F()
1005
getDeviceInfoData.SetSerialNum(
manufacturer
);
in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H
A
D
avsource_unit_test.cpp
1909
std::string
manufacturer
;
in HWTEST_F()
local
1910
ASSERT_TRUE(format->GetStringValue("com.os.
manufacturer
",
manufacturer
));
in HWTEST_F()
1911
ASSERT_EQ(
manufacturer
, "HW"); // test user string data
manufacturer
in HWTEST_F()
Completed in 9 milliseconds