/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/ |
H A D | logger_windows.cpp | 110 SetColor(outputStream, ColorCode::RESET); 114 SetColor(outputStream, ColorCode::RESET); 142 RESET, member in final::ColorCode 194 ColorCode currentColorString_ { ColorCode::RESET };
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/linux/ |
H A D | logger_generic.cpp | 81 SetColor(outputStream, ColorCode::RESET); 85 SetColor(outputStream, ColorCode::RESET); 113 RESET, member in final::ColorCode 165 ColorCode currentColorString_ { ColorCode::RESET };
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/ |
H A D | hgm_one_shot_timer.cpp | 90 HgmTimerState state = HgmTimerState::RESET; in Loop() 104 if (state == HgmTimerState::RESET && resetCallback_) { in Loop() 121 if (state == HgmTimerState::RESET) { in Loop() 146 return HgmTimerState::RESET; in CheckForResetAndStop()
|
H A D | hgm_one_shot_timer.h | 59 RESET = 1, member in OHOS::Rosen::HgmOneShotTimer::HgmTimerState
|
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state.h | 54 RESET, member in OHOS::Media::Record::Intent 115 {Intent::RESET, "RESET"}, 155 {Intent::RESET, [this](const Plugin::Any ¶m) {
|
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | av_codec_service_ipc_interface_code.h | 37 RESET, member in OHOS::MediaAVCodec::CodecServiceInterfaceCode
|
/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.h | 52 const std::string RESET = "Reset"; member 75 AVRecordergOpt::RESET, 86 AVRecordergOpt::RESET, 100 AVRecordergOpt::RESET, 112 AVRecordergOpt::RESET, 123 AVRecordergOpt::RESET, 132 AVRecordergOpt::RESET,
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/lume/log/ |
H A D | LoggerOutput.cpp | 88 RESET,
member in lume::StdOutput::ColorCode 196 setColor(outputStream, ColorCode::RESET);
200 setColor(outputStream, ColorCode::RESET);
|
/foundation/multimedia/media_foundation/engine/scene/player/internal/ |
H A D | state.cpp | 49 {Intent::RESET, "RESET"}, in GetIntentName() 184 case Intent::RESET: in DispatchIntent()
|
H A D | state.h | 50 RESET, member in OHOS::Media::Intent
|
/foundation/communication/netstack/interfaces/innerkits/http_client/include/ |
H A D | http_client_response.h | 34 RESET, enumerator
|
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_interface_types.h | 107 RESET, member in OHOS::MediaAVCodec::PostProcessing::DynamicInterfaceName
|
H A D | dynamic_controller.cpp | 164 auto ret = interface_.Invoke<DynamicInterfaceName::RESET>(instance_); in ResetImpl()
|
/foundation/communication/netstack/frameworks/js/napi/http/constant/include/ |
H A D | constant.h | 31 RESET, member in OHOS::NetStack::Http::ResponseCode
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | i_standard_player_service.h | 141 RESET, enumerator
|
H A D | player_service_proxy.cpp | 50 playerFuncs_[RESET] = "Player::Reset"; in PlayerServiceProxy() 357 int32_t error = SendRequest(RESET, data, reply, option); in Reset()
|
/foundation/communication/netstack/frameworks/cj/http/include/ |
H A D | constant.h | 122 RESET, member in OHOS::NetStack::Http::ResponseCode
|
/foundation/multimedia/player_framework/services/services/recorder/ipc/ |
H A D | i_standard_recorder_service.h | 130 RESET, enumerator
|
H A D | recorder_service_stub.h | 149 PREPARE, START, PAUSE, RESUME, STOP, RESET, RELEASE, DESTROY};
|
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 54 fsm_.SendEvent(Intent::RESET); in ~HiRecorderImpl() 267 auto ret = TransErrorCode(fsm_.SendEvent(Intent::RESET)); in Reset()
|
/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.cpp | 43 {static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::RESET), "CodecServiceStub Reset"}, 162 case static_cast<uint32_t>(CodecServiceInterfaceCode::RESET): in OnRemoteRequest()
|
H A D | codec_service_proxy.cpp | 212 int32_t ret = Remote()->SendRequest(static_cast<uint32_t>(CodecServiceInterfaceCode::RESET), data, reply, option); in Reset()
|
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerstub_fuzzer/ |
H A D | player_service_proxy_fuzzer.cpp | 40 {Fuzzer::RESET, Fuzzer::ResetStatic}, member in OHOS::Media::__anon11265::Fuzzer 360 return ptr->SendRequest(RESET, data, reply, option); in ResetStatic()
|
/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 157 DECLARE_RESPONSE_CODE(RESET),
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 516 return CppExt::to_underlying(fsm_.SendEvent(Intent::RESET)); in Reset()
|