| /base/web/webview/ohos_adapter/graphic_adapter/src/ |
| D | surface_adapter_impl.cpp | 79 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/ |
| D | surface_adapter_impl_test.cpp | 32 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/ |
| D | time_cmd_parse.h | 30 std::string GetFormat();
|
| /base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/ |
| D | command.cpp | 38 std::string Command::GetFormat() in GetFormat() function in OHOS::MiscServices::Command
|
| D | command.h | 29 std::string GetFormat();
|
| D | dump_helper.cpp | 40 … dprintf(fd, "\n%-15s: %-20s", handler->GetFormat().c_str(), handler->ShowHelp().c_str()); in Dispatch()
|
| /base/time/time_service/services/dfx/src/ |
| D | time_cmd_parse.cpp | 43 std::string TimeCmdParse::GetFormat() in GetFormat() function in TimeCmdParse
|
| D | time_cmd_dispatcher.cpp | 29 … dprintf(fd, "\n%-15s: %-20s", handler->GetFormat().c_str(), handler->ShowHelp().c_str()); in Dispatch()
|
| /base/theme/screenlock_mgr/services/src/ |
| D | dump_helper.cpp | 39 … dprintf(fd, "\n%-15s: %-20s\n", handler->GetFormat().c_str(), handler->ShowHelp().c_str()); in Dispatch()
|
| D | command.cpp | 44 std::string Command::GetFormat() in GetFormat() function in OHOS::ScreenLock::Command
|
| /base/theme/screenlock_mgr/services/include/ |
| D | command.h | 34 virtual std::string GetFormat();
|
| /base/web/webview/ohos_adapter/graphic_adapter/include/ |
| D | surface_adapter_impl.h | 38 int32_t GetFormat() const override;
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/ |
| D | sym_key_openssl.c | 78 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/ |
| D | graphic_adapter.h | 59 virtual int32_t GetFormat() const = 0;
|
| D | camera_manager_adapter.h | 146 virtual int32_t GetFormat() const = 0;
|
| /base/telephony/sms_mms/services/sms/include/cdma/ |
| D | cdma_sms_message.h | 45 virtual int8_t GetFormat() const;
|
| /base/telephony/sms_mms/services/sms/include/ |
| D | gsm_cb_codec.h | 240 bool GetFormat(int8_t &cbFormat) const;
|
| /base/web/webview/ohos_adapter/camera_adapter/include/ |
| D | camera_manager_adapter_impl.h | 56 int32_t GetFormat() const override;
|
| /base/web/webview/test/unittest/ohos_adapter/camera_adapter_impl_test/ |
| D | camera_adapter_impl_test.cpp | 132 result = adapterImpl->GetFormat(); 160 result = adapterImpl->GetFormat();
|
| /base/telephony/sms_mms/services/sms/cdma/ |
| D | cdma_sms_receive_handler.cpp | 249 sendData.format = message->GetFormat(); in GetCBData()
|
| D | cdma_sms_message.cpp | 620 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/ |
| D | camera_manager_adapter_impl.cpp | 717 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/ |
| D | gsm_sms_cb_handler.cpp | 377 cbMessage->GetFormat(sendData.format); in GetCbData()
|
| /base/telephony/sms_mms/test/gtest/ |
| D | zero_branch_cb_test.cpp | 63 EXPECT_TRUE(cbCodec->GetFormat(format));
|
| /base/telephony/sms_mms/services/sms/ |
| D | gsm_cb_codec.cpp | 427 bool GsmCbCodec::GetFormat(int8_t &cbFormat) const in GetFormat() function in OHOS::Telephony::GsmCbCodec
|