Home
last modified time | relevance | path

Searched defs:format (Results 1301 - 1325 of 4095) sorted by relevance

1...<<51525354555657585960>>...164

/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp184 LogFormat format = { in PrintLog() local
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp54 char *format = HilogString::Get(formatStr); in ParseLogContent() local
94 void HilogModule::AddLogContent(const char *format, const HilogVector *params, bool showPriv, in AddLogContent() argument
[all...]
/base/hiviewdfx/hiview/base/utility/
H A Dtime_util.cpp30 time_t StrToTimeStamp(const std::string& tmStr, const std::string& format) in StrToTimeStamp() argument
67 std::string TimestampFormatToDate(time_t timeStamp, const std::string& format) in TimestampFormatToDate() argument
133 std::string FormatTime(const int64_t timestamp, const std::string &format) in FormatTime() argument
/base/powermgr/thermal_manager/application/protector/src/
H A Dthermal_sensor_provision.cpp123 void ThermalSensorProvision::FormatThermalPaths(char *path, size_t size, const char *format, const char* name) in FormatThermalPaths() argument
/base/powermgr/battery_manager/charger/src/
H A Dpower_supply_provider.cpp88 FormatPath( std::string& path, size_t size, const char* format, const char* basePath, const char* name) const FormatPath() argument
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_ecc_asy_key_generator_test.cpp599 const char *format = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); in HWTEST_F() local
618 const char *format = keyPair->pubKey->base.getFormat(nullptr); in HWTEST_F() local
637 const char *format = keyPair->pubKey->base.getFormat((HcfKey *)&g_obj); in HWTEST_F() local
922 const char *format = keyPair->priKey->base.getFormat(&keyPair->priKey->base); in HWTEST_F() local
941 const char *format = keyPair->priKey->base.getFormat(nullptr); in HWTEST_F() local
960 const char *format = keyPair->priKey->base.getFormat((HcfKey *)&g_obj); HWTEST_F() local
1407 const char *format = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); HWTEST_F() local
1426 const char *format = keyPair->pubKey->base.getFormat(nullptr); HWTEST_F() local
1445 const char *format = keyPair->pubKey->base.getFormat((HcfKey *)&g_obj); HWTEST_F() local
1730 const char *format = keyPair->priKey->base.getFormat(&keyPair->priKey->base); HWTEST_F() local
1749 const char *format = keyPair->priKey->base.getFormat(nullptr); HWTEST_F() local
1768 const char *format = keyPair->priKey->base.getFormat((HcfKey *)&g_obj); HWTEST_F() local
2352 const char *format = "PKCS8"; HWTEST_F() local
[all...]
H A Dcrypto_ecc_key_util_test.cpp655 const char * format = returnKeyPair->pubKey->base.getFormat(&(returnKeyPair->pubKey->base)); in HWTEST_F() local
939 const char *format = returnKeyPair->priKey->base.getFormat(&(returnKeyPair->priKey->base)); in HWTEST_F() local
1081 const char *format = returnPubKey->base.getFormat(&(returnPubKey->base)); in HWTEST_F() local
/base/telephony/sms_mms/services/sms/include/
H A Dsms_cb_data.h34 int8_t format = 0; member
/base/telephony/sms_mms/services/sms/
H A Dsms_send_manager.cpp334 int32_t SmsSendManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() argument
H A Dsms_interface_manager.cpp238 int32_t SmsInterfaceManager::GetImsShortMessageFormat(std::u16string &format) in GetImsShortMessageFormat() argument
/base/telephony/core_service/services/network_search/include/
H A Dnetwork_utils.h76 std::string NetworkUtils::FormatString(const std::string &format, Args... args) in FormatString() argument
/base/web/webview/ohos_adapter/graphic_adapter/src/
H A Dsurface_adapter_impl.cpp25 bool IsSupportFormat(int32_t format) in IsSupportFormat() argument
132 int32_t format = buffer->GetFormat(); in OnBufferAvailable() local
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_decoder_adapter_impl.cpp81 DecoderAdapterCode MediaCodecDecoderAdapterImpl::ConfigureDecoder(const std::shared_ptr<DecoderFormatAdapter> format) in ConfigureDecoder() argument
105 DecoderAdapterCode MediaCodecDecoderAdapterImpl::SetParameterDecoder(const std::shared_ptr<DecoderFormatAdapter> format) in SetParameterDecoder() argument
254 GetOutputFormatDec(std::shared_ptr<DecoderFormatAdapter> format) GetOutputFormatDec() argument
364 OnOutputFormatChanged(const Media::Format& format) OnOutputFormatChanged() argument
[all...]
H A Dmedia_codec_encoder_adapter_impl.cpp290 void EncoderCallbackImpl::OnOutputFormatChanged(const Format& format) in OnOutputFormatChanged() argument
/base/web/webview/ohos_adapter/screen_capture_adapter/src/
H A Dscreen_capture_adapter_impl.cpp84 OHOS::Media::AudioCodecFormat GetOHAudioCodecFormat(const AudioCodecFormatAdapter& format) in GetOHAudioCodecFormat() argument
110 OHOS::Media::VideoCodecFormat GetOHVideoCodecFormat(const VideoCodecFormatAdapter& format) in GetOHVideoCodecFormat() argument
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp414 auto format = static_cast<Format>(msTensor.format()); in CompareTensor() local
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dprepared_model_service.cpp364 auto format = static_cast<Format>(msTensor.format()); in CompareTensor() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnn_tensor.cpp349 void NNTensor::SetFormat(const OH_NN_Format& format) in SetFormat() argument
427 mindspore::lite::Format format = NNToMS::TransformFormat(m_format); in ConvertToLiteGraphTensor() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_sink_decoder.cpp79 MediaAVCodec::Format format; in SetDecoderFormat() local
313 void VideoSinkDecoder::OnOutputFormatChanged(const MediaAVCodec::Format &format) in OnOutputFormatChanged() argument
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.h43 AudioFormat format; member
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_text_clock_ffi.cpp130 std::string format = static_cast<std::string>(value); in FfiOHOSAceFrameworkTextClockFormat() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text_clock.cpp254 auto format = info[0]->ToString(); in SetFormat() local
H A Djs_texttimer.cpp145 auto format = info[0]->ToString(); in SetFormat() local
/foundation/arkui/ace_engine/adapter/ohos/entrance/window/
H A Ddrag_window_ohos.cpp90 RSBitmapFormat format; in MakeBitmapFormatFromPixelMap() local
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_localization.cpp61 std::string Localization::FormatDuration(uint32_t duration, const std::string& format) in FormatDuration() argument
66 const std::string Localization::FormatDateTime(DateTime dateTime, const std::string& format) in FormatDateTime() argument

Completed in 21 milliseconds

1...<<51525354555657585960>>...164