Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/graphic_adapter/src/
Dsurface_adapter_impl.cpp79 int32_t SurfaceBufferAdapterImpl::GetFormat() const in GetFormat() function in OHOS::NWeb::SurfaceBufferAdapterImpl
85 return buffer_->GetFormat(); in GetFormat()
136 int32_t format = buffer->GetFormat(); in OnBufferAvailable()
/base/web/webview/test/unittest/ohos_adapter/graphic_adapter_test/
Dsurface_adapter_impl_test.cpp32 WVLOG_I("test buffer is available, the format=%{public}d", buffer->GetFormat()); in OnBufferAvailable()
122 EXPECT_EQ(bufferAdapter->GetFormat(), -1);
157 EXPECT_GE(bufferAdapter->GetFormat(), 0);
/base/time/time_service/services/dfx/include/
Dtime_cmd_parse.h30 std::string GetFormat();
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/
Dcommand.cpp38 std::string Command::GetFormat() in GetFormat() function in OHOS::MiscServices::Command
Dcommand.h29 std::string GetFormat();
Ddump_helper.cpp40 … dprintf(fd, "\n%-15s: %-20s", handler->GetFormat().c_str(), handler->ShowHelp().c_str()); in Dispatch()
/base/time/time_service/services/dfx/src/
Dtime_cmd_parse.cpp43 std::string TimeCmdParse::GetFormat() in GetFormat() function in TimeCmdParse
Dtime_cmd_dispatcher.cpp29 … dprintf(fd, "\n%-15s: %-20s", handler->GetFormat().c_str(), handler->ShowHelp().c_str()); in Dispatch()
/base/theme/screenlock_mgr/services/src/
Ddump_helper.cpp39 … dprintf(fd, "\n%-15s: %-20s\n", handler->GetFormat().c_str(), handler->ShowHelp().c_str()); in Dispatch()
Dcommand.cpp44 std::string Command::GetFormat() in GetFormat() function in OHOS::ScreenLock::Command
/base/theme/screenlock_mgr/services/include/
Dcommand.h34 virtual std::string GetFormat();
/base/web/webview/ohos_adapter/graphic_adapter/include/
Dsurface_adapter_impl.h38 int32_t GetFormat() const override;
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c78 static const char *GetFormat(HcfKey *self) in GetFormat() function
275 returnSymmKey->key.key.getFormat = GetFormat; in GenerateSymmKey()
313 returnSymmKey->key.key.getFormat = GetFormat; in ConvertSymmKey()
/base/web/webview/ohos_adapter/interfaces/
Dgraphic_adapter.h59 virtual int32_t GetFormat() const = 0;
Dcamera_manager_adapter.h146 virtual int32_t GetFormat() const = 0;
/base/telephony/sms_mms/services/sms/include/cdma/
Dcdma_sms_message.h45 virtual int8_t GetFormat() const;
/base/telephony/sms_mms/services/sms/include/
Dgsm_cb_codec.h240 bool GetFormat(int8_t &cbFormat) const;
/base/web/webview/ohos_adapter/camera_adapter/include/
Dcamera_manager_adapter_impl.h56 int32_t GetFormat() const override;
/base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/
Dcamera_adapter_impl_test.cpp132 result = adapterImpl->GetFormat();
160 result = adapterImpl->GetFormat();
/base/telephony/sms_mms/services/sms/cdma/
Dcdma_sms_receive_handler.cpp249 sendData.format = message->GetFormat(); in GetCBData()
Dcdma_sms_message.cpp620 int8_t CdmaSmsMessage::GetFormat() const in GetFormat() function in OHOS::Telephony::CdmaSmsMessage
638 .append(std::to_string(GetFormat())) in GetCbInfo()
/base/web/webview/ohos_adapter/camera_adapter/src/
Dcamera_manager_adapter_impl.cpp717 int32_t CameraSurfaceBufferAdapterImpl::GetFormat() const in GetFormat() function in OHOS::NWeb::CameraSurfaceBufferAdapterImpl
723 return buffer_->GetFormat(); in GetFormat()
/base/telephony/sms_mms/services/sms/gsm/
Dgsm_sms_cb_handler.cpp377 cbMessage->GetFormat(sendData.format); in GetCbData()
/base/telephony/sms_mms/test/gtest/
Dzero_branch_cb_test.cpp63 EXPECT_TRUE(cbCodec->GetFormat(format));
/base/telephony/sms_mms/services/sms/
Dgsm_cb_codec.cpp427 bool GsmCbCodec::GetFormat(int8_t &cbFormat) const in GetFormat() function in OHOS::Telephony::GsmCbCodec