Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h89 int32_t currentPlatformVersion_ = 0; variable
H A Dvideo_element.cpp1857 currentPlatformVersion_ = context->GetMinPlatformVersion(); in OnStartBtnClick()
1858 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()
1903 currentPlatformVersion_ = context->GetMinPlatformVersion(); in OnStartBtnClick()
1904 if (player_ && currentPlatformVersion_ > COMPATIBLE_VERSION) { in OnStartBtnClick()