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:deviceInfoStr
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributedhardware/device_manager/radar/src/
H
A
D
dm_radar_helper.cpp
963
char *
deviceInfoStr
= cJSON_PrintUnformatted(deviceInfoJson);
in GetDeviceInfoList()
local
964
if (
deviceInfoStr
== nullptr) {
in GetDeviceInfoList()
965
LOGE("
deviceInfoStr
is nullptr.");
in GetDeviceInfoList()
969
std::string devInfoStr = std::string(
deviceInfoStr
);
in GetDeviceInfoList()
971
cJSON_free(
deviceInfoStr
);
in GetDeviceInfoList()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H
A
D
camera_manager.cpp
1150
std::string
deviceInfoStr
= deviceInfos[i];
in GetDmDeviceInfo()
local
1151
MEDIA_INFO_LOG("CameraManager::GetDmDeviceInfo deviceInfo: %{public}s",
deviceInfoStr
.c_str());
in GetDmDeviceInfo()
1152
if (!nlohmann::json::accept(
deviceInfoStr
)) {
in GetDmDeviceInfo()
1153
MEDIA_ERR_LOG("Failed to verify the deviceInfo format, deviceInfo is: %{public}s",
deviceInfoStr
.c_str());
in GetDmDeviceInfo()
1155
nlohmann::json deviceInfoJson = nlohmann::json::parse(
deviceInfoStr
);
in GetDmDeviceInfo()
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_service.cpp
1955
std::string
deviceInfoStr
= deviceInfo.dump();
in GetDmDeviceInfo()
local
1956
MEDIA_INFO_LOG("HCameraService::GetDmDeviceInfo deviceInfo:%{public}s",
deviceInfoStr
.c_str());
in GetDmDeviceInfo()
1957
deviceInfos.emplace_back(
deviceInfoStr
);
in GetDmDeviceInfo()
Completed in 10 milliseconds