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:serviceV1_3
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/test/fuzztest/camera_host/
H
A
D
camera_host_fuzzer.cpp
45
cameraTest->
serviceV1_3
->Prelaunch(*cameraTest->prelaunchConfig);
in FuncPrelaunch()
50
cameraTest->
serviceV1_3
->GetCameraAbility(const_cast<char*>(reinterpret_cast<const char*>(rawData)),
in FuncGetCameraAbility()
59
cameraTest->
serviceV1_3
->OpenCamera(
in FuncOpenCamera()
68
cameraTest->
serviceV1_3
->OpenCamera_V1_1(
in FuncOpenCamera_V1_1()
74
cameraTest->
serviceV1_3
->SetFlashlight(
in FuncSetFlashlight()
81
cameraTest->
serviceV1_3
->SetFlashlight_V1_2(*(reinterpret_cast<float *>(data)));
in FuncSetFlashlightV1_2()
87
cameraTest->
serviceV1_3
->NotifyDeviceStateChangeInfo(data[0], data[1]);
in FuncNotifyDeviceStateChangeInfo()
93
cameraTest->
serviceV1_3
->PreCameraSwitch(cameraId);
in FuncPreCameraSwitch()
106
cameraTest->
serviceV1_3
->PrelaunchWithOpMode(*cameraTest->prelaunchConfig, data[0]);
in FuncPrelaunchWithOpMode()
114
cameraTest->
serviceV1_3
in FuncOpenSecureCamera()
[all...]
/drivers/peripheral/camera/test/common/v1_3/src/
H
A
D
hdi_common_v1_3.cpp
28
if (
serviceV1_3
== nullptr) {
in Init()
29
serviceV1_3
= OHOS::HDI::Camera::V1_3::ICameraHost::Get("camera_service", false);
in Init()
30
if (
serviceV1_3
== nullptr) {
in Init()
31
printf("Init ICameraHost get failed
serviceV1_3
nullptr\n");
in Init()
32
CAMERA_LOGE("Init ICameraHost get failed
serviceV1_3
nullptr");
in Init()
36
ret =
serviceV1_3
->GetVersion(mainVer, minVer);
in Init()
46
ret =
serviceV1_3
->SetCallback(hostCallback);
in Init()
56
if (
serviceV1_3
== nullptr) {
in Open()
57
printf("Open failed
serviceV1_3
nullptr\n");
in Open()
58
CAMERA_LOGE("Open failed
serviceV1_3
nullpt
in Open()
[all...]
/drivers/peripheral/camera/test/common/v1_3/include/
H
A
D
hdi_common_v1_3.h
44
OHOS::sptr<OHOS::HDI::Camera::V1_3::ICameraHost>
serviceV1_3
= nullptr;
member in OHOS::Camera::HdiCommonV1_3
/drivers/peripheral/camera/test/fuzztest/camera_device/
H
A
D
camera_device_fuzzer.cpp
191
if (cameraTest->
serviceV1_3
== nullptr) {
in DoSomethingInterestingWithMyApi()
/drivers/peripheral/camera/test/fuzztest/stream_operator/
H
A
D
stream_operator_fuzzer.cpp
171
if (cameraTest->
serviceV1_3
== nullptr) {
in DoSomethingInterestingWithMyApi()
/drivers/peripheral/camera/test/hdi/v1_3/src/
H
A
D
camera_hdi_uttest_v1_3.cpp
385
cameraTest->rc = cameraTest->
serviceV1_3
->SetCallback_V1_2(cameraTest->hostCallbackV1_2);
in HWTEST_F()
1222
cameraTest->
serviceV1_3
->GetCameraIds(cameraTest->cameraIds);
in HWTEST_F()
1227
cameraTest->
serviceV1_3
->GetCameraAbility(cameraId, cameraTest->abilityVec);
in HWTEST_F()
1230
cameraTest->rc = cameraTest->
serviceV1_3
->OpenCamera_V1_3(cameraId,
in HWTEST_F()
Completed in 6 milliseconds