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:OnRelease
(Results
1 - 25
of
45
) sorted by relevance
1
2
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H
A
D
dialog_ui_extension_callback.h
31
void
OnRelease
();
/foundation/filemanagement/user_file_service/interfaces/kits/picker/include/
H
A
D
modal_ui_callback.h
31
void
OnRelease
(int32_t releaseCode);
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
modal_ui_callback.h
31
void
OnRelease
(int32_t releaseCode);
H
A
D
short_term_callback.h
35
void
OnRelease
(int32_t releaseCode);
H
A
D
request_photo_uris_read_permission_callback.h
35
void
OnRelease
(int32_t releaseCode);
H
A
D
confirm_callback.h
48
void
OnRelease
(int32_t releaseCode);
H
A
D
delete_callback.h
49
void
OnRelease
(int32_t releaseCode);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H
A
D
js_ui_extension_callback.h
33
void
OnRelease
(int32_t code);
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H
A
D
modal_ui_callback.cpp
34
void ModalUICallback::
OnRelease
(int32_t releaseCode)
in OnRelease()
function in OHOS::Picker::ModalUICallback
36
HILOG_INFO("[picker]
OnRelease
enter. release code is %{public}d", releaseCode);
in OnRelease()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H
A
D
dialog_ui_extension_callback.cpp
23
void DialogUIExtensionCallback::
OnRelease
()
in OnRelease()
function in OHOS::AbilityRuntime::DialogUIExtensionCallback
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
modal_ui_callback.cpp
38
void ModalUICallback::
OnRelease
(int32_t releaseCode)
in OnRelease()
function in OHOS::Media::ModalUICallback
40
NAPI_INFO_LOG("
OnRelease
enter. release code is %{public}d", releaseCode);
in OnRelease()
H
A
D
delete_callback.cpp
41
void DeleteCallback::
OnRelease
(int32_t releaseCode)
in OnRelease()
function in OHOS::Media::DeleteCallback
H
A
D
short_term_callback.cpp
40
void ShortTermCallback::
OnRelease
(int32_t releaseCode)
in OnRelease()
function in OHOS::Media::ShortTermCallback
H
A
D
confirm_callback.cpp
45
void ConfirmCallback::
OnRelease
(int32_t releaseCode)
in OnRelease()
function in OHOS::Media::ConfirmCallback
H
A
D
request_photo_uris_read_permission_callback.cpp
41
void RequestPhotoUrisReadPermissionCallback::
OnRelease
(int32_t releaseCode)
in OnRelease()
function in OHOS::Media::RequestPhotoUrisReadPermissionCallback
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/src/
H
A
D
screen_capture_native_mock.cpp
59
void ScreenCaptureNativeCallbackMock::
OnRelease
()
in OnRelease()
function in OHOS::Media::ScreenCaptureNativeCallbackMock
139
callback->
OnRelease
();
in Release()
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H
A
D
dialog_ui_extension_callback_test.cpp
90
* @tc.desc: Test the state of
OnRelease
102
dialogUIExtensionCallback_->
OnRelease
();
in HWTEST_F()
/foundation/arkui/ui_lite/test/uitest/test_edit_text/
H
A
D
custom_input_method.h
58
bool
OnRelease
(UIView& view, const ReleaseEvent& event) override;
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/
H
A
D
auto_fill_extension_callback.h
44
void
OnRelease
(int32_t errCode);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_ui_extension.h
31
static void
OnRelease
(const JSCallbackInfo& info);
/foundation/arkui/ui_lite/test/uitest/test_slider/
H
A
D
ui_test_slider.h
36
void
OnRelease
(int32_t progress) override;
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_slider.h
316
virtual void
OnRelease
(int32_t value) {}
in OnRelease()
function in OHOS::UISlider::UISliderEventListener
323
* When a user releases the slider, the <b>
OnRelease
</b> callback is invoked.
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/
H
A
D
screen_capture_native_mock.h
70
void
OnRelease
();
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/
H
A
D
ui_service_extension_context.cpp
105
uiExtensionCallbacks->
OnRelease
(arg);
in StartAbilityByType()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/picker/
H
A
D
camera_picker_napi.h
104
void
OnRelease
(int32_t releaseCode);
Completed in 18 milliseconds
1
2