Home
last modified time | relevance | path

Searched refs:SetFormat (Results 1 – 25 of 132) sorted by relevance

123456

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_unit_test.cpp131 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(PURE_AUDIO, g_videoRecorderConfig));
174 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, g_videoRecorderConfig));
317 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, videoRecorderConfig));
345 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, videoRecorderConfig));
367 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, videoRecorderConfig));
396 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, videoRecorderConfig));
417 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, videoRecorderConfig));
438 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(AUDIO_VIDEO, videoRecorderConfig));
693 EXPECT_EQ(MSERR_OK, recorder_->SetFormat(PURE_AUDIO, videoRecorderConfig));
713 EXPECT_NE(MSERR_OK, recorder_->SetFormat(PURE_AUDIO, videoRecorderConfig));
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dtext_timer_modifier.cpp110 void SetFormat(ArkUINodeHandle node, ArkUI_CharPtr format) in SetFormat() function
134 TextTimerModelNG::SetFormat(frameNode, formatStr); in SetFormat()
141 TextTimerModelNG::SetFormat(frameNode, DEFAULT_FORMAT); in ResetFormat()
199 TextTimerModifier::SetFormat, in GetTextTimerModifier()
222 TextTimerModifier::SetFormat, in GetCJUITextTimerModifier()
H A Dtext_clock_modifier.cpp32 void SetFormat(ArkUINodeHandle node, ArkUI_CharPtr format) in SetFormat() function
36 TextClockModelNG::SetFormat(frameNode, format); in SetFormat()
43 TextClockModelNG::SetFormat(frameNode, ""); in ResetFormat()
199 TextClockModifier::SetFormat, in GetTextClockModifier()
226 TextClockModifier::SetFormat, in GetCJUITextClockModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp125 JSClass<JSTextClock>::StaticMethod("format", &JSTextClock::SetFormat, opt); in JSBind()
240 void JSTextClock::SetFormat(const JSCallbackInfo& info) in SetFormat() function in OHOS::Ace::Framework::JSTextClock
247 TextClockModel::GetInstance()->SetFormat(""); in SetFormat()
249 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_TEN); in SetFormat()
259 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_TEN); in SetFormat()
264 TextClockModel::GetInstance()->SetFormat(format); in SetFormat()
H A Djs_texttimer.cpp107 JSClass<JSTextTimer>::StaticMethod("format", &JSTextTimer::SetFormat); in JSBind()
134 void JSTextTimer::SetFormat(const JSCallbackInfo& info) in SetFormat() function in OHOS::Ace::Framework::JSTextTimer
141 TextTimerModel::GetInstance()->SetFormat(DEFAULT_FORMAT); in SetFormat()
166 TextTimerModel::GetInstance()->SetFormat(format); in SetFormat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Dtexttimer_component.cpp66 void TextTimerComponent::SetFormat(const std::string& value) in SetFormat() function in OHOS::Ace::TextTimerComponent
68 declaration_->SetFormat(value); in SetFormat()
H A Dtexttimer_component.h44 void SetFormat(const std::string& value);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dwifi_config_info.cpp34 pro->SetFormat(ProtocolFormat { TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE1 }); in WifiConfigInfo()
65 pro->SetFormat(protocol.GetFormat()); in MarshallingInterfaceArray()
94 pro->SetFormat(ProtocolFormat { TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE1 }); in UnmarshallingInterfaceArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp135 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_ELEVEN); in FfiOHOSAceFrameworkTextClockFormat()
142 TextClockModel::GetInstance()->SetFormat(DEFAULT_FORMAT_API_TEN); in FfiOHOSAceFrameworkTextClockFormat()
147 TextClockModel::GetInstance()->SetFormat(format); in FfiOHOSAceFrameworkTextClockFormat()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h43 void SetFormat(const std::string& format) override;
62 static void SetFormat(FrameNode* frameNode, const std::string& format);
H A Dtext_timer_model_ng.cpp46 void TextTimerModelNG::SetFormat(const std::string& format) in SetFormat() function in OHOS::Ace::NG::TextTimerModelNG
167 void TextTimerModelNG::SetFormat(FrameNode* frameNode, const std::string& format) in SetFormat() function in OHOS::Ace::NG::TextTimerModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_clock_model_impl.cpp30 void TextClockModelImpl::SetFormat(const std::string& format) in SetFormat() function in OHOS::Ace::Framework::TextClockModelImpl
34 component->SetFormat(format); in SetFormat()
H A Dtext_timer_model_impl.cpp46 void TextTimerModelImpl::SetFormat(const std::string& format) in SetFormat() function in OHOS::Ace::Framework::TextTimerModelImpl
50 component->SetFormat(format); in SetFormat()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/fuzztest/softbusnegotiatemessage_fuzzer/
H A Dsoftbusnegotiatemessage_fuzzer.cpp75 …protocol1->SetFormat({ SoftBus::TlvProtocol::TLV_TAG_SIZE, SoftBus::TlvProtocol::TLV_LENGTH_SIZE2 … in SoftBusNegotiateMessageUnmarshallingFuzzTest()
82 …protocol2->SetFormat({ SoftBus::TlvProtocol::TLV_TAG_SIZE, SoftBus::TlvProtocol::TLV_LENGTH_SIZE2 … in SoftBusNegotiateMessageUnmarshallingFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_pattern_test_ng.cpp167 model.SetFormat(CLOCK_FORMAT); in __anond95221120302()
208 model.SetFormat(CLOCK_FORMAT); in __anond95221120502()
242 model.SetFormat(CLOCK_FORMAT); in __anond95221120602()
326 model.SetFormat(CLOCK_FORMAT); in __anond95221120c02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.h37 void SetFormat(const std::string& format) override;
52 static void SetFormat(FrameNode* frameNode, const std::string& format);
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/
H A Dscan_parameters.cpp60 void ScanParameters::SetFormat(const ScanFrame &format) in SetFormat() function in OHOS::Scan::ScanParameters
123 SetFormat((ScanFrame)parcel.ReadUint32()); in ReadFromParcel()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dnegotiate_message_test.cpp189 protocol1->SetFormat({ TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE2 });
196 protocol2->SetFormat({ TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE2 });
213 protocol1->SetFormat({ TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE2 });
219 protocol2->SetFormat({ TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE2 });
H A Dlink_info_test.cpp172 protocol1->SetFormat({ TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE2 });
177 protocol2->SetFormat({ TlvProtocol::TLV_TAG_SIZE, TlvProtocol::TLV_LENGTH_SIZE2 });
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/
H A Dstream_pipeline_builder.cpp72 re = peerPort->SetFormat(portSpec.format_); in Build()
75 re = port->SetFormat(portSpec.format_); in Build()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dtrack.cpp21 void Track::SetFormat(const TrackFormat &format, TrackType type) in SetFormat() function in OHOS::CameraStandard::DeferredProcessing::Track
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Dtext_clock_component.cpp42 void TextClockComponent::SetFormat(const std::string& format) in SetFormat() function in OHOS::Ace::TextClockComponent
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H A Dtrack.h42 void SetFormat(const TrackFormat& format, TrackType type);
/ohos5.0/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_queue_producer.cpp115 product->SetFormat(format); in OnSetFormat()
309 void BufferQueueProducer::SetFormat(uint32_t format) in SetFormat() function in OHOS::BufferQueueProducer
312 bufferQueue_->SetFormat(format); in SetFormat()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/protocol/
H A Dwifi_direct_protocol.h36 virtual void SetFormat(const ProtocolFormat &format) = 0;

123456