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:sourceDevId_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H
A
D
dcamera_open_info_cmd.h
28
explicit DCameraOpenInfo(std::string sourceDevId) :
sourceDevId_
(sourceDevId) {}
in DCameraOpenInfo()
30
std::string
sourceDevId_
;
member in OHOS::DistributedHardware::DCameraOpenInfo
H
A
D
dcamera_channel_info_cmd.h
41
std::string
sourceDevId_
;
member in OHOS::DistributedHardware::DCameraChannelInfo
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H
A
D
dcamera_open_info_cmd.cpp
43
cJSON_AddStringToObject(openInfo, "SourceDevId", value_->
sourceDevId_
.c_str());
in Marshal()
92
openInfo->
sourceDevId_
= sourceDevId->valuestring;
in Unmarshal()
H
A
D
dcamera_channel_info_cmd.cpp
39
cJSON_AddStringToObject(channelInfo, "SourceDevId", value_->
sourceDevId_
.c_str());
in Marshal()
105
channelInfo->
sourceDevId_
= sourceDevId->valuestring;
in Unmarshal()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H
A
D
dcamera_source_controller_test.cpp
188
int32_t ret = GetLocalDeviceNetworkId(chanInfo->
sourceDevId_
);
in HWTEST_F()
268
ret = GetLocalDeviceNetworkId(openInfo->
sourceDevId_
);
in HWTEST_F()
289
ret = GetLocalDeviceNetworkId(openInfo->
sourceDevId_
);
in HWTEST_F()
329
int32_t ret = GetLocalDeviceNetworkId(chanInfo->
sourceDevId_
);
in HWTEST_F()
437
int32_t ret = GetLocalDeviceNetworkId(openInfo->
sourceDevId_
);
in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H
A
D
dcamera_sink_output.cpp
86
indexs.push_back(DCameraIndex(info->
sourceDevId_
, dhId_));
in OpenChannel()
H
A
D
dcamera_sink_controller.cpp
251
srcDevId_ = openInfo->
sourceDevId_
;
in OpenChannel()
362
info->
sourceDevId_
= "";
in Init()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H
A
D
dcamera_sink_output_test.cpp
108
g_testChannelInfo->
sourceDevId_
= g_testDeviceIdOutput;
in SetUpTestCase()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H
A
D
dcamera_source_dev.cpp
465
int32_t ret = GetLocalDeviceNetworkId(openInfo->
sourceDevId_
);
in OpenCamera()
521
ret = GetLocalDeviceNetworkId(chanInfo->
sourceDevId_
);
in ConfigStreams()
Completed in 7 milliseconds