Home
last modified time | relevance | path

Searched refs:PROP_COMPLETE (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp21 constexpr char PROP_COMPLETE[] = "complete"; variable
90 JSIValue completeCallback = JSI::GetNamedProperty(options, PROP_COMPLETE); in GetPlayState()