Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp75 static const std::string BUTTON_NAME_STOP = "stop"; variable
124 if (BUTTON_NAME_STOP.compare(buttonOption->GetButtonName()) == 0) { in OnResponse()
1579 basicButton.addSingleButtonName(BUTTON_NAME_STOP); in GetLocalLiveViewContent()
1673 basicButton.addSingleButtonName(BUTTON_NAME_STOP); in UpdateLiveViewContent()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest.cpp39 static const std::string BUTTON_NAME_STOP = "stop"; variable