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:OnReceive
(Results
1 - 25
of
37
) sorted by relevance
1
2
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H
A
D
modal_ui_callback.h
33
void
OnReceive
(const OHOS::AAFwk::WantParams& request);
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
modal_ui_callback.h
33
void
OnReceive
(const OHOS::AAFwk::WantParams& request);
H
A
D
short_term_callback.h
37
void
OnReceive
(const OHOS::AAFwk::WantParams &request);
H
A
D
request_photo_uris_read_permission_callback.h
37
void
OnReceive
(const OHOS::AAFwk::WantParams &request);
H
A
D
confirm_callback.h
50
void
OnReceive
(const OHOS::AAFwk::WantParams &request);
H
A
D
delete_callback.h
51
void
OnReceive
(const OHOS::AAFwk::WantParams &request);
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H
A
D
modal_ui_callback.cpp
55
void ModalUICallback::
OnReceive
(const OHOS::AAFwk::WantParams &request)
in OnReceive()
function in OHOS::Picker::ModalUICallback
57
HILOG_INFO("[picker]
OnReceive
enter.");
in OnReceive()
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
modal_ui_callback.cpp
63
void ModalUICallback::
OnReceive
(const OHOS::AAFwk::WantParams &request)
in OnReceive()
function in OHOS::Media::ModalUICallback
65
NAPI_INFO_LOG("
OnReceive
enter.");
in OnReceive()
H
A
D
delete_callback.cpp
73
void DeleteCallback::
OnReceive
(const OHOS::AAFwk::WantParams &request)
in OnReceive()
function in OHOS::Media::DeleteCallback
75
NAPI_INFO_LOG("
OnReceive
enter.");
in OnReceive()
H
A
D
short_term_callback.cpp
77
void ShortTermCallback::
OnReceive
(const OHOS::AAFwk::WantParams &request)
in OnReceive()
function in OHOS::Media::ShortTermCallback
79
NAPI_INFO_LOG("
OnReceive
enter.");
in OnReceive()
H
A
D
confirm_callback.cpp
86
void ConfirmCallback::
OnReceive
(const OHOS::AAFwk::WantParams &request)
in OnReceive()
function in OHOS::Media::ConfirmCallback
H
A
D
request_photo_uris_read_permission_callback.cpp
86
void RequestPhotoUrisReadPermissionCallback::
OnReceive
(const OHOS::AAFwk::WantParams &request)
in OnReceive()
function in OHOS::Media::RequestPhotoUrisReadPermissionCallback
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_security_ui_extension.h
30
static void
OnReceive
(const JSCallbackInfo& info);
H
A
D
js_ui_extension.h
30
static void
OnReceive
(const JSCallbackInfo& info);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/
H
A
D
dcamera_hdf_operate.h
65
void
OnReceive
(const ServiceStatus& status) override;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H
A
D
daudio_hdf_operate.h
67
void
OnReceive
(const ServiceStatus& status) override;
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H
A
D
auto_fill_extension_callback.h
46
void
OnReceive
(const AAFwk::WantParams &wantParams);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H
A
D
dcamera_hdf_operate.cpp
29
void DCameraHdfServStatListener::
OnReceive
(const ServiceStatus& status)
in OnReceive()
function in OHOS::DistributedHardware::DCameraHdfServStatListener
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H
A
D
daudio_hdf_operate.cpp
30
void DAudioHdfServStatListener::
OnReceive
(const ServiceStatus& status)
in OnReceive()
function in OHOS::DistributedHardware::DAudioHdfServStatListener
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H
A
D
trigger_connector.h
50
void
OnReceive
(const ServiceStatus &serviceStatus) override;
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/picker/
H
A
D
camera_picker_napi.h
106
void
OnReceive
(const OHOS::AAFwk::WantParams& request);
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H
A
D
drm_host_manager.h
99
void
OnReceive
(const HDI::ServiceManager::V1_0::ServiceStatus &status) override;
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcamera_host_manager.h
155
void
OnReceive
(const HDI::ServiceManager::V1_0::ServiceStatus& status) override;
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/picker/
H
A
D
camera_picker_napi.cpp
264
[uiExtCallback](const OHOS::AAFwk::WantParams& request) { uiExtCallback->
OnReceive
(request); },
in StartCameraAbility()
563
void UIExtensionCallback::
OnReceive
(const OHOS::AAFwk::WantParams& request)
in OnReceive()
function in OHOS::UIExtensionCallback
565
MEDIA_INFO_LOG("UIExtensionComponent
OnReceive
()");
in OnReceive()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_list.cpp
38
void
OnReceive
(const ServiceStatus &status) override
Completed in 8 milliseconds
1
2