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:NotifyMode
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/media_library/interfaces/kits/js/include/
H
A
D
media_asset_data_handler.h
42
enum class
NotifyMode
: int32_t {
class
64
void SetNotifyMode(
NotifyMode
trigger);
65
NotifyMode
GetNotifyMode();
80
NotifyMode
notifyMode_ =
NotifyMode
::FAST_NOTIFY;
/foundation/multimedia/media_library/frameworks/js/src/
H
A
D
media_asset_data_handler.cpp
72
void NapiMediaAssetDataHandler::SetNotifyMode(
NotifyMode
notifyMode)
in SetNotifyMode()
77
NotifyMode
NapiMediaAssetDataHandler::GetNotifyMode()
in GetNotifyMode()
H
A
D
media_asset_manager_napi.cpp
226
static AssetHandler* InsertDataHandler(
NotifyMode
notifyMode, napi_env env,
in InsertDataHandler()
231
if (notifyMode ==
NotifyMode
::FAST_NOTIFY) {
in InsertDataHandler()
255
case
NotifyMode
::FAST_NOTIFY: {
in InsertDataHandler()
259
case
NotifyMode
::WAIT_FOR_HIGH_QUALITY: {
in InsertDataHandler()
284
static void DeleteDataHandler(
NotifyMode
notifyMode, const std::string &requestUri, const std::string &requestId)
in DeleteDataHandler()
288
if (notifyMode ==
NotifyMode
::WAIT_FOR_HIGH_QUALITY) {
in DeleteDataHandler()
650
InsertDataHandler(
NotifyMode
::WAIT_FOR_HIGH_QUALITY, env, asyncContext);
in RegisterTaskObserver()
1038
AssetHandler *assetHandler = InsertDataHandler(
NotifyMode
::FAST_NOTIFY, env, asyncContext);
in NotifyDataPreparedWithoutRegister()
1182
NotifyMode
notifyMode = dataHandler->GetNotifyMode();
in OnDataPrepared()
1183
if (notifyMode ==
NotifyMode
in OnDataPrepared()
[all...]
Completed in 4 milliseconds