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:dhIdItem
(Results
1 - 2
of
2
) sorted by relevance
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H
A
D
daudio_utils.cpp
295
cJSON *
dhIdItem
= cJSON_GetObjectItem(jParam, key);
in ParseStringFromArgs()
local
296
if (
dhIdItem
== NULL || !cJSON_IsString(
dhIdItem
)) {
in ParseStringFromArgs()
301
std::string content(
dhIdItem
->valuestring);
in ParseStringFromArgs()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H
A
D
audio_adapter_interface_impl.cpp
887
cJSON *
dhIdItem
= cJSON_GetObjectItem(jParam, KEY_DH_ID);
in ParseDhIdFromJson()
local
888
if (
dhIdItem
== NULL || !cJSON_IsString(
dhIdItem
)) {
in ParseDhIdFromJson()
893
int32_t dhId = ConvertString2Int(std::string(
dhIdItem
->valuestring));
in ParseDhIdFromJson()
998
cJSON *
dhIdItem
= cJSON_GetObjectItem(jParam, key.c_str());
in GetVolFromEvent()
local
999
if (
dhIdItem
== NULL || !cJSON_IsString(
dhIdItem
)) {
in GetVolFromEvent()
1004
std::string val(
dhIdItem
->valuestring);
in GetVolFromEvent()
Completed in 4 milliseconds