/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_unit_test.cpp | 131 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 D | text_timer_modifier.cpp | 110 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 D | text_clock_modifier.cpp | 32 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 D | js_text_clock.cpp | 125 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 D | js_texttimer.cpp | 107 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 D | texttimer_component.cpp | 66 void TextTimerComponent::SetFormat(const std::string& value) in SetFormat() function in OHOS::Ace::TextTimerComponent 68 declaration_->SetFormat(value); in SetFormat()
|
H A D | texttimer_component.h | 44 void SetFormat(const std::string& value);
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | wifi_config_info.cpp | 34 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 D | cj_text_clock_ffi.cpp | 135 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 D | text_timer_model_ng.h | 43 void SetFormat(const std::string& format) override; 62 static void SetFormat(FrameNode* frameNode, const std::string& format);
|
H A D | text_timer_model_ng.cpp | 46 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 D | text_clock_model_impl.cpp | 30 void TextClockModelImpl::SetFormat(const std::string& format) in SetFormat() function in OHOS::Ace::Framework::TextClockModelImpl 34 component->SetFormat(format); in SetFormat()
|
H A D | text_timer_model_impl.cpp | 46 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 D | softbusnegotiatemessage_fuzzer.cpp | 75 …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 D | text_clock_pattern_test_ng.cpp | 167 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 D | text_clock_model_ng.h | 37 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 D | scan_parameters.cpp | 60 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 D | negotiate_message_test.cpp | 189 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 D | link_info_test.cpp | 172 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 D | stream_pipeline_builder.cpp | 72 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 D | track.cpp | 21 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 D | text_clock_component.cpp | 42 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 D | track.h | 42 void SetFormat(const TrackFormat& format, TrackType type);
|
/ohos5.0/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_queue_producer.cpp | 115 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 D | wifi_direct_protocol.h | 36 virtual void SetFormat(const ProtocolFormat &format) = 0;
|