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:JsResult
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/recorder/
H
A
D
recorder_capability_napi.cpp
60
asyncCtx->
JsResult
= std::make_unique<MediaJsAudioRecorderCapsArray>(audioRecorderCaps);
in GetAudioRecorderCaps()
111
asyncCtx->
JsResult
= std::make_unique<MediaJsResultBoolean>(outResult);
in IsAudioRecorderConfigSupported()
154
asyncCtx->
JsResult
= std::make_unique<MediaJsVideoRecorderCapsArray>(videoRecorderCaps);
in GetVideoRecorderCaps()
208
asyncCtx->
JsResult
= std::make_unique<MediaJsVideoRecorderProfile>(videoRecorderProfile);
in GetVideoRecorderProfile()
262
asyncCtx->
JsResult
= std::make_unique<MediaJsResultBoolean>(outResult);
in HasVideoRecorderProfile()
H
A
D
video_recorder_napi.cpp
172
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in CreateVideoRecorder()
302
threadCtx->
JsResult
= std::make_unique<MediaJsResultString>(surfaceId);
in GetInputSurface()
H
A
D
audio_recorder_napi.cpp
201
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in CreateAudioRecorderAsync()
/foundation/multimedia/player_framework/frameworks/js/player/
H
A
D
video_callback_napi.cpp
141
context->
JsResult
= std::make_unique<MediaJsResultInt>(position);
in OnSeekDoneCb()
162
context->
JsResult
= std::make_unique<MediaJsResultInt>(context->speedMode);
in OnSpeedDoneCb()
179
context->
JsResult
= std::make_unique<MediaJsResultInt>(bitRate);
in OnBitRateDoneCb()
H
A
D
audio_player_napi.cpp
191
asyncContext->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in CreateAudioPlayerAsync()
897
asyncContext->
JsResult
= std::make_unique<MediaJsResultArray>(audioInfo);
in AsyncGetTrackDescription()
H
A
D
video_player_napi.cpp
210
asyncContext->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in CreateVideoPlayer()
925
asyncContext->
JsResult
= std::make_unique<MediaJsResultArray>(videoInfo);
in AsyncGetTrackDescription()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H
A
D
avrecorder_napi.cpp
194
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateAVRecorder()
479
asyncCtx->
JsResult
= std::make_unique<MediaJsResultString>(result.Value().second);
in JsGetInputMetaSurface()
577
asyncCtx->
JsResult
= std::make_unique<MediaJsAVRecorderProfile>(asyncCtx->profile_);
in JsGetAVRecorderProfile()
732
asyncCtx->
JsResult
= std::make_unique<MediaJsAVRecorderConfig>(asyncCtx->config_);
784
asyncCtx->
JsResult
= std::make_unique<AudioCaptureChangeInfoJsCallback>(asyncCtx->changeInfo_);
835
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInt>(asyncCtx->maxAmplitude_);
886
asyncCtx->
JsResult
= std::make_unique<MediaJsEncoderInfo>(asyncCtx->encoderInfo_);
1054
asyncCtx->
JsResult
= std::make_unique<MediaJsResultBoolean>(asyncCtx->isWatermarkSupported_);
1144
asyncCtx->
JsResult
= std::make_unique<MediaJsResultString>(result.Value().second);
/foundation/multimedia/player_framework/frameworks/js/common/
H
A
D
common_napi.cpp
780
if (asyncContext->
JsResult
!= nullptr) {
in CompleteCallback()
781
asyncContext->
JsResult
->GetJsResult(env, result);
in CompleteCallback()
H
A
D
common_napi.h
302
std::unique_ptr<MediaJsResult>
JsResult
;
member
/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/
H
A
D
avscreen_capture_napi.cpp
161
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateAVScreenRecorder()
910
asyncCtx->
JsResult
= std::make_unique<MediaJsResultString>(result.Value().second);
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H
A
D
soundpool_napi.cpp
153
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateSoundPool()
204
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInt>(soundId);
in JsLoad()
251
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInt>(streamId);
in JsPlay()
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H
A
D
avimagegenerator_napi.cpp
149
asyncContext->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateAVImageGenerator()
H
A
D
avmetadataextractor_napi.cpp
146
asyncContext->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateAVMetadataExtractor()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H
A
D
avplayer_napi.cpp
211
asyncContext->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateAVPlayer()
1356
promiseCtx->
JsResult
= std::make_unique<AVCodecJsResultFormat>(playbackInfo);
in JsGetPlaybackInfo()
2404
promiseCtx->
JsResult
= std::make_unique<MediaJsResultArray>(trackInfo);
in JsGetTrackDescription()
2462
promiseCtx->
JsResult
= std::make_unique<MediaJsResultIntArray>(trackIndex);
in JsGetSelectedTracks()
2626
promiseCtx->
JsResult
= std::make_unique<MediaJsResultInt>(stoi(result.Value().second));
in JsGetCurrentTrack()
/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H
A
D
avtranscoder_napi.cpp
197
asyncCtx->
JsResult
= std::make_unique<MediaJsResultInstance>(constructor_);
in JsCreateAVTransCoder()
Completed in 26 milliseconds