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:GetDeviceModel
(Results
1 - 7
of
7
) sorted by relevance
/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H
A
D
device_info_collector.cpp
44
jsonData[DEVICE_MODEL] =
GetDeviceModel
();
in ConvertToProfileData()
53
std::string DeviceInfoCollector::
GetDeviceModel
()
in GetDeviceModel()
function in OHOS::DeviceProfile::DeviceInfoCollector
/foundation/deviceprofile/device_info_manager/old/services/core/include/contentsensor/
H
A
D
device_info_collector.h
31
std::string
GetDeviceModel
();
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H
A
D
device_profile.h
52
std::string
GetDeviceModel
() const;
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H
A
D
device_profile.cpp
77
std::string DeviceProfile::
GetDeviceModel
() const
in GetDeviceModel()
function in OHOS::DistributedDeviceProfile::DeviceProfile
173
manufactureName_ != deviceProfile.GetManufactureName() || deviceModel_ != deviceProfile.
GetDeviceModel
() ||
in operator !=()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H
A
D
content_sensor_test.cpp
85
auto result = devInfo.
GetDeviceModel
();
in HWTEST_F()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H
A
D
distributed_device_profile_client_kv_test.cpp
290
deviceProfile1.
GetDeviceModel
();
in HWTEST_F()
H
A
D
device_profile_manager_test.cpp
740
outDeviceProfile.
GetDeviceModel
();
in HWTEST_F()
Completed in 6 milliseconds