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:isRelease
(Results
1 - 25
of
25
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H
A
D
image_creator_impl.cpp
44
if (!
isRelease
) {
in release()
46
isRelease
= true;
in release()
/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H
A
D
image_creator_impl.h
39
bool
isRelease
= false;
member in OHOS::Media::ImageCreatorImpl
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H
A
D
image_packer_napi.h
59
bool
isRelease
= false;
member in OHOS::Media::ImagePackerNapi
H
A
D
metadata_napi.h
54
bool
isRelease
= false;
member in OHOS::Media::MetadataNapi
H
A
D
picture_napi.h
61
bool
isRelease
= false;
member in OHOS::Media::PictureNapi
H
A
D
auxiliary_picture_napi.h
61
bool
isRelease
= false;
member in OHOS::Media::AuxiliaryPictureNapi
H
A
D
image_source_napi.h
99
bool
isRelease
= false;
member in OHOS::Media::ImageSourceNapi
H
A
D
image_receiver_napi.h
92
bool
isRelease
= false;
member in OHOS::Media::ImageReceiverNapi
H
A
D
image_creator_napi.h
82
bool
isRelease
= false;
member in OHOS::Media::ImageCreatorNapi
H
A
D
pixel_map_napi.h
157
bool
isRelease
= false;
member in OHOS::Media::ImageType::PixelMapNapi
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H
A
D
sendable_image_source_napi.h
70
bool
isRelease
= false;
member in OHOS::Media::SendableImageSourceNapi
H
A
D
sendable_image_receiver_napi.h
89
bool
isRelease
= false;
member in OHOS::Media::SendableImageReceiverNapi
H
A
D
sendable_pixel_map_napi.h
132
bool
isRelease
= false;
member in OHOS::Media::SendablePixelMapNapi
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H
A
D
storage_engine_manager.cpp
96
bool
isRelease
= storageEngine->IsNeedTobeReleased();
in ReleaseStorageEngine()
local
97
if (!
isRelease
) {
in ReleaseStorageEngine()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_creator_napi.cpp
71
static void CommonCallbackRoutine(napi_env env, Contextc &context, const napi_value &valueParam, bool
isRelease
= true)
in CommonCallbackRoutine()
97
if (
isRelease
) {
in CommonCallbackRoutine()
1018
if (!
isRelease
) {
in release()
1020
isRelease
= true;
in release()
H
A
D
image_receiver_napi.cpp
75
static void CommonCallbackRoutine(napi_env env, Context &context, const napi_value &valueParam, bool
isRelease
= true)
in CommonCallbackRoutine()
106
if (
isRelease
) {
in CommonCallbackRoutine()
1138
if (!
isRelease
) {
in release()
1140
isRelease
= true;
in release()
H
A
D
metadata_napi.cpp
673
if (!
isRelease
) {
in release()
677
isRelease
= true;
in release()
H
A
D
auxiliary_picture_napi.cpp
803
if (!
isRelease
) {
in release()
807
isRelease
= true;
in release()
H
A
D
picture_napi.cpp
910
if (!
isRelease
) {
in release()
914
isRelease
= true;
in release()
H
A
D
image_packer_napi.cpp
1093
if (!
isRelease
) {
in release()
1095
isRelease
= true;
in release()
H
A
D
image_source_napi.cpp
2330
if (!
isRelease
) {
in release()
2334
isRelease
= true;
in release()
H
A
D
pixel_map_napi.cpp
4606
if (!
isRelease
) {
in release()
4610
isRelease
= true;
in release()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_image_receiver_napi.cpp
77
static void CommonCallbackRoutine(napi_env env, Context &context, const napi_value &valueParam, bool
isRelease
= true)
in CommonCallbackRoutine()
108
if (
isRelease
) {
in CommonCallbackRoutine()
1044
if (!
isRelease
) {
1046
isRelease
= true;
H
A
D
sendable_image_source_napi.cpp
914
if (!
isRelease
) {
in release()
916
isRelease
= true;
in release()
H
A
D
sendable_pixel_map_napi.cpp
3104
if (!
isRelease
) {
in release()
3108
isRelease
= true;
in release()
Completed in 32 milliseconds