Searched refs:GET_VIDEO_WIDTH (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_service.h | 169 GET_VIDEO_WIDTH, enumerator
|
H A D | player_service_proxy.cpp | 73 playerFuncs_[GET_VIDEO_WIDTH] = "Player::GetVideoWidth"; in PlayerServiceProxy() 546 int32_t error = SendRequest(GET_VIDEO_WIDTH, data, reply, option); in GetVideoWidth()
|
H A D | player_service_stub.cpp | 155 playerFuncs_[GET_VIDEO_WIDTH] = { "Player::GetVideoWidth", in FillPlayerFuncPart2()
|
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 58 {Fuzzer::GET_VIDEO_WIDTH, Fuzzer::GetVideoWidthStatic}, 722 return ptr->SendRequest(GET_VIDEO_WIDTH, data, reply, option); in GetVideoWidthStatic()
|