Home
last modified time | relevance | path

Searched defs:play (Results 1 – 3 of 3) sorted by relevance

/test/xts/tools/sample/AppSampleD/entry/src/main/ets/model/
DAVPlayerModel.ts101 public play(){ method in AVPlayerModel
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/animation/
Danimator_event_test.cpp339 static ArkUI_NodeHandle play = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testAnimatorRegisterOnFrame_003() local
410 static ArkUI_NodeHandle play = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testAnimatorRegisterOnFinish_004() local
487 static ArkUI_NodeHandle play = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testAnimatorRegisterOnCancel_005() local
564 static ArkUI_NodeHandle play = nodeAPI->createNode(ARKUI_NODE_BUTTON); in testAnimatorRegisterOnRepeat_006() local
/test/xts/acts/multimedia/drm/avPlayerDrmNdk/entry/src/main/cpp/
DAvPlayerDrmNdk.cpp109 void testMediaKeySystemInfo(OH_AVPlayer *play, DRM_MediaKeySystemInfo *mediaKeySystemInfo) { in testMediaKeySystemInfo()