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:SetPeerCallback
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_device_manager.h
229
void
SetPeerCallback
(sptr<ICameraBroker>& callback);
H
A
D
hcamera_service.h
135
int32_t
SetPeerCallback
(sptr<ICameraBroker>& callback) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H
A
D
icamera_service.h
132
virtual int32_t
SetPeerCallback
(sptr<ICameraBroker>& callback) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H
A
D
hcamera_service_proxy.h
110
int32_t
SetPeerCallback
(sptr<ICameraBroker>& callback) override;
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcamera_device_manager.cpp
160
void HCameraDeviceManager::
SetPeerCallback
(sptr<ICameraBroker>& callback)
in SetPeerCallback()
function in OHOS::CameraStandard::HCameraDeviceManager
162
CHECK_ERROR_RETURN_LOG(callback == nullptr, "HCameraDeviceManager::
SetPeerCallback
failed to set peer callback");
in SetPeerCallback()
H
A
D
hcamera_service.cpp
1209
int32_t HCameraService::
SetPeerCallback
(sptr<ICameraBroker>& callback)
in SetPeerCallback()
function in OHOS::CameraStandard::HCameraService
1211
MEDIA_INFO_LOG("
SetPeerCallback
get callback");
in SetPeerCallback()
1214
MEDIA_INFO_LOG("HCameraService::
SetPeerCallback
current muteMode:%{public}d", muteModeStored_);
in SetPeerCallback()
1216
HCameraDeviceManager::GetInstance()->
SetPeerCallback
(callback);
in SetPeerCallback()
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H
A
D
hcamera_service_stub.cpp
685
return
SetPeerCallback
(callback);
in HandleSetPeerCallback()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H
A
D
hcamera_service_proxy.cpp
702
int32_t HCameraServiceProxy::
SetPeerCallback
(sptr<ICameraBroker>& callback)
in SetPeerCallback()
function in OHOS::CameraStandard::HCameraServiceProxy
Completed in 10 milliseconds