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:newDhIds
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_hdi_handler.cpp
120
std::set<int32_t>
newDhIds
;
in RegisterAudioDevice()
local
121
newDhIds
.insert(dhId);
in RegisterAudioDevice()
122
mapAudioMgrDhIds_.emplace(devId,
newDhIds
);
in RegisterAudioDevice()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H
A
D
distributed_input_sourcemanager_test.cpp
1013
std::vector<std::string>
newDhIds
;
in HWTEST_F()
local
1015
bool ret = sourceManager_->IsStringDataSame(oldDhIds,
newDhIds
);
in HWTEST_F()
1022
std::vector<std::string>
newDhIds
;
in HWTEST_F()
local
1024
newDhIds
.push_back("rt12r1nr81n521be8rb1erbe1w8bg1erb18");
in HWTEST_F()
1025
bool ret = sourceManager_->IsStringDataSame(oldDhIds,
newDhIds
);
in HWTEST_F()
1028
newDhIds
.push_back("afv4s8b1dr1b8er1bd65fb16redb1dfb18d1b56df1b68d");
in HWTEST_F()
1029
ret = sourceManager_->IsStringDataSame(oldDhIds,
newDhIds
);
in HWTEST_F()
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H
A
D
distributed_input_source_manager.cpp
829
std::vector<std::string>
newDhIds
)
in IsStringDataSame()
831
if (oldDhIds.size() !=
newDhIds
.size()) {
in IsStringDataSame()
837
auto it = find(
newDhIds
.begin(),
newDhIds
.end(), oDhid);
in IsStringDataSame()
838
if (it ==
newDhIds
.end()) {
in IsStringDataSame()
828
IsStringDataSame(const std::vector<std::string> &oldDhIds, std::vector<std::string>
newDhIds
)
IsStringDataSame()
argument
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/include/
H
A
D
distributed_input_source_manager.h
482
bool IsStringDataSame(const std::vector<std::string> &oldDhIds, std::vector<std::string>
newDhIds
);
Completed in 9 milliseconds