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:GetModuleType
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimodalinput/input/util/socket/include/
H
A
D
uds_session.h
55
int32_t
GetModuleType
() const
in GetModuleType()
function in OHOS::MMI::UDSSession
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H
A
D
camera_device.h
198
uint32_t
GetModuleType
();
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H
A
D
camera_device.cpp
221
uint32_t CameraDevice::
GetModuleType
()
in GetModuleType()
function in OHOS::CameraStandard::CameraDevice
/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H
A
D
camera_device_fuzzer.cpp
296
camera->
GetModuleType
();
in Test3()
/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H
A
D
capture_session_fuzzer.cpp
342
session->
GetModuleType
(moduleType);
in TestAperture()
/foundation/multimodalinput/input/service/dfx/src/
H
A
D
dfx_hisysevent.cpp
185
"MODULE_TYPE", secPtr->
GetModuleType
(),
in OnClientDisconnect()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H
A
D
capture_session.h
1327
int32_t
GetModuleType
(uint32_t &moduleType);
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H
A
D
camera_framework_moduletest.cpp
10760
intResult = session_->
GetModuleType
(moduleType);
in HWTEST_F()
10763
uint32_t cam0ModuleType = cameras_[0]->
GetModuleType
();
in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H
A
D
capture_session.cpp
4805
int32_t CaptureSession::
GetModuleType
(uint32_t &moduleType)
in GetModuleType()
function in OHOS::CameraStandard::CaptureSession
4807
MEDIA_INFO_LOG("CaptureSession::
GetModuleType
");
in GetModuleType()
4809
"CaptureSession::
GetModuleType
fail due to Session is not Commited");
in GetModuleType()
4812
"CaptureSession::
GetModuleType
fail due to camera device is null");
in GetModuleType()
4815
"CaptureSession::
GetModuleType
fail due to camera deviceInfo is null");
in GetModuleType()
4820
"CaptureSession::
GetModuleType
Failed with return code %{public}d", ret);
in GetModuleType()
Completed in 35 milliseconds