Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dplayer.h150 Method stopMethod_; variable
H A Dplayer.cpp221 stopMethod_ = MakeMethodHash(PLAYER_METHOD_STOP); in OnPrepared()
360 CallResRegisterMethod(stopMethod_, PARAM_NONE, [weak = WeakClaim(this)](std::string& result) { in Stop()