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:HCameraService
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_service.cpp
52
REGISTER_SYSTEM_ABILITY_BY_ID(
HCameraService
, CAMERA_SERVICE_ID, true)
62
static
HCameraService
* g_cameraServiceInstance = nullptr;
63
static sptr<
HCameraService
> g_cameraServiceHolder = nullptr;
76
HCameraService
::
HCameraService
(int32_t systemAbilityId, bool runOnCreate)
in HCameraService()
function in OHOS::CameraStandard::HCameraService
79
MEDIA_INFO_LOG("
HCameraService
Construct begin");
in HCameraService()
88
cameraHostManager_ != nullptr, "
HCameraService
OnStart failed to create HCameraHostManager obj");
in HCameraService()
89
MEDIA_INFO_LOG("
HCameraService
Construct end");
in HCameraService()
93
HCameraService
::
HCameraService
(spt
function in OHOS::CameraStandard::HCameraService
[all...]
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_service.h
83
class EXPORT_API
HCameraService
class
86
DECLARE_SYSTEM_ABILITY(
HCameraService
);
89
DISALLOW_COPY_AND_MOVE(
HCameraService
);
91
explicit
HCameraService
(int32_t systemAbilityId, bool runOnCreate = true);
92
~
HCameraService
() override;
160
explicit
HCameraService
(sptr<HCameraHostManager> cameraHostManager);
174
explicit ServiceHostStatus(wptr<
HCameraService
> cameraService) : cameraService_(cameraService) {};
in ServiceHostStatus()
199
wptr<
HCameraService
> cameraService_;
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H
A
D
camera_framework_unittest.cpp
614
class FakeHCameraService : public
HCameraService
{
616
explicit FakeHCameraService(sptr<HCameraHostManager> hostManager) :
HCameraService
(hostManager)
in FakeHCameraService()
625
explicit FakeCameraManager(sptr<
HCameraService
> service) : CameraManager(service) {}
in FakeCameraManager()
2659
sptr<
HCameraService
> camService = (sptr<
HCameraService
> &)mockHCameraService;
in HWTEST_F()
2741
* CaseDescription: Test
HCameraService
with anomalous branch
2759
sptr<
HCameraService
> cameraService = (sptr<
HCameraService
> &)mockHCameraService;
in HWTEST_F()
2807
* CaseDescription: Test
HCameraService
with anomalous branch
2825
sptr<
HCameraService
> cameraServic
in HWTEST_F()
[all...]
Completed in 11 milliseconds