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:prelaunchConfig
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H
A
D
camera_manager_napi.cpp
777
bool ParsePrelaunchConfig(napi_env env, napi_value root, PrelaunchConfig*
prelaunchConfig
)
in ParsePrelaunchConfig()
argument
789
prelaunchConfig
->cameraDevice_ = CameraManager::GetInstance()->GetCameraDeviceFromId(cameraId);
in ParsePrelaunchConfig()
790
if (
prelaunchConfig
->cameraDevice_ == nullptr) {
in ParsePrelaunchConfig()
795
prelaunchConfig
->restoreParamType = static_cast<RestoreParamType>(intValue);
in ParsePrelaunchConfig()
801
prelaunchConfig
->activeTime = intValue;
in ParsePrelaunchConfig()
1578
PrelaunchConfig
prelaunchConfig
;
in SetPrelaunchConfig()
local
1582
bool isConfigSuccess = ParsePrelaunchConfig(env, argv[PARAM0], &
prelaunchConfig
);
in SetPrelaunchConfig()
1588
std::string cameraId =
prelaunchConfig
.GetCameraDevice()->GetID();
in SetPrelaunchConfig()
1592
static_cast<RestoreParamTypeOhos>(
prelaunchConfig
.restoreParamType),
prelaunchConfig
in SetPrelaunchConfig()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_host_manager.cpp
380
OHOS::HDI::Camera::V1_1::PrelaunchConfig
prelaunchConfig
;
in Prelaunch()
local
382
prelaunchConfig
.cameraId = cameraRestoreParam->GetCameraId();
in Prelaunch()
383
prelaunchConfig
.streamInfos_V1_1 = cameraRestoreParam->GetStreamInfo();
in Prelaunch()
389
prelaunchConfig
.setting = settings;
in Prelaunch()
391
bool isNeedRestore = IsNeedRestore(opMode, cameraRestoreParam->GetSetting(),
prelaunchConfig
.cameraId);
in Prelaunch()
396
rc = (CamRetCode)(cameraHostProxyV1_2_->PrelaunchWithOpMode(
prelaunchConfig
, opMode));
in Prelaunch()
399
rc = (CamRetCode)(cameraHostProxyV1_2_->Prelaunch(
prelaunchConfig
));
in Prelaunch()
403
rc = (CamRetCode)(cameraHostProxyV1_1_->Prelaunch(
prelaunchConfig
));
in Prelaunch()
Completed in 5 milliseconds