/base/web/webview/ohos_adapter/multimodalinput_adapter/src/ |
D | mmi_keyevent_adapter.cpp | 20 namespace OHOS::NWeb { namespace 22 const int32_t KeyEvent::KEYCODE_0 = OHOS::MMI::KeyEvent::KEYCODE_0; 23 const int32_t KeyEvent::KEYCODE_1 = OHOS::MMI::KeyEvent::KEYCODE_1; 24 const int32_t KeyEvent::KEYCODE_2 = OHOS::MMI::KeyEvent::KEYCODE_2; 25 const int32_t KeyEvent::KEYCODE_3 = OHOS::MMI::KeyEvent::KEYCODE_3; 26 const int32_t KeyEvent::KEYCODE_4 = OHOS::MMI::KeyEvent::KEYCODE_4; 27 const int32_t KeyEvent::KEYCODE_5 = OHOS::MMI::KeyEvent::KEYCODE_5; 28 const int32_t KeyEvent::KEYCODE_6 = OHOS::MMI::KeyEvent::KEYCODE_6; 29 const int32_t KeyEvent::KEYCODE_7 = OHOS::MMI::KeyEvent::KEYCODE_7; 30 const int32_t KeyEvent::KEYCODE_8 = OHOS::MMI::KeyEvent::KEYCODE_8; [all …]
|
/base/account/os_account/services/accountmgr/ |
D | libaccountmgr.map | 17 "OHOS::AAFwk::StopUserCallbackStub::StopUserCallbackStub()"; 18 "OHOS::AccountSA::AccountDataStorage::AddAccountInfo(OHOS::AccountSA::IAccountInfo const&)"; 19 "OHOS::AccountSA::AccountDataStorage::CheckKvStore()"; 20 "OHOS::AccountSA::AccountDataStorage::DeleteKvStore()"; 21 …"OHOS::AccountSA::AccountDataStorage::GetValueFromKvStore(std::__h::basic_string<char, std::__h::c… 22 …OHOS::AccountSA::AccountDataStorage::LoadAllData(std::__h::map<std::__h::basic_string<char, std::_… 23 …"OHOS::AccountSA::AccountDataStorage::RemoveValueFromKvStore(std::__h::basic_string<char, std::__h… 24 … "OHOS::AccountSA::AccountDataStorage::SaveAccountInfo(OHOS::AccountSA::IAccountInfo const&)"; 25 …"OHOS::AccountSA::AccountDumpHelper::AccountDumpHelper(std::__h::shared_ptr<OHOS::AccountSA::OhosA… 26 …"OHOS::AccountSA::AccountDumpHelper::Dump(std::__h::vector<std::__h::basic_string<char, std::__h::… [all …]
|
/base/hiviewdfx/hilog/interfaces/native/innerkits/ |
D | libhilog.map | 16 "OHOS::HiviewDFX::HiLog::Info(OHOS::HiviewDFX::HiLogLabel const&, char const*, ...)"; 17 "OHOS::HiviewDFX::HiLog::Warn(OHOS::HiviewDFX::HiLogLabel const&, char const*, ...)"; 18 "OHOS::HiviewDFX::HiLog::Error(OHOS::HiviewDFX::HiLogLabel const&, char const*, ...)"; 19 "OHOS::HiviewDFX::HiLog::Fatal(OHOS::HiviewDFX::HiLogLabel const&, char const*, ...)"; 20 "OHOS::HiviewDFX::HiLog::Debug(OHOS::HiviewDFX::HiLogLabel const&, char const*, ...)"; 21 …"OHOS::HiviewDFX::SocketServer::SocketServer(std::__h::basic_string<char, std::__h::char_traits<ch… 22 "OHOS::HiviewDFX::SocketServer::Init()"; 23 …OHOS::HiviewDFX::SeqPacketSocketServer::StartAcceptingConnection(std::__h::function<void (std::__h… 24 …OHOS::HiviewDFX::SeqPacketSocketServer::StartAcceptingConnection(std::__h::function<void (std::__h… 25 "OHOS::HiviewDFX::SocketServer::~SocketServer()"; [all …]
|
/base/notification/common_event_service/frameworks/core/test/unittest/ |
D | common_event_proxy_test.cpp | 36 using namespace OHOS::EventFwk; 66 namespace OHOS { namespace 134 OHOS::MessageParcel dataParcel; 135 OHOS::MessageParcel reply; 136 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); 149 EXPECT_EQ(OHOS::ERR_OK, result); 161 OHOS::MessageParcel dataParcel; 162 OHOS::MessageParcel reply; 163 OHOS::sptr<OHOS::IRemoteObject> object = new OHOS::MockIRemoteObject(); 165 OHOS::sptr<OHOS::IRemoteObject> commonEventListener = new OHOS::MockIRemoteObject(); [all …]
|
D | common_event_stub_test.cpp | 33 using namespace OHOS::EventFwk; 51 namespace OHOS { namespace 133 OHOS::MessageParcel dataParcel; 134 OHOS::MessageParcel reply; 135 OHOS::MessageOption option; 139 EXPECT_EQ(OHOS::ERR_TRANSACTION_FAILED, result); 152 OHOS::MessageParcel dataParcel; 153 OHOS::MessageParcel reply; 154 OHOS::MessageOption option; 163 EXPECT_EQ(OHOS::NO_ERROR, result); [all …]
|
/base/msdp/device_status/interfaces/innerkits/ |
D | libdevicestatus_client_map | 19 "OHOS::Msdp::DeviceStatus::StationaryManager::GetInstance()"; 20 "OHOS::Msdp::DeviceStatus::DeviceStatusClient::DeviceStatusClient()"; 21 …"OHOS::Msdp::DeviceStatus::DeviceStatusClient::RegisterDeathListener(std::__h::function<void ()>)"; 22 …OHOS::Msdp::DeviceStatus::StationaryManager::SubscribeCallback(OHOS::Msdp::DeviceStatus::Type, OHO… 23 …OHOS::Msdp::DeviceStatus::StationaryManager::UnsubscribeCallback(OHOS::Msdp::DeviceStatus::Type, O… 24 …"OHOS::Msdp::DeviceStatus::StationaryManager::GetDeviceStatusData(OHOS::Msdp::DeviceStatus::Type)"; 25 "VTT for OHOS::Msdp::DeviceStatus::DeviceStatusCallbackStub"; 26 …"OHOS::Msdp::DeviceStatus::DeviceStatusCallbackStub::OnRemoteRequest(unsigned int, OHOS::MessagePa… 27 "OHOS::Msdp::DeviceStatus::InteractionManager::GetInstance()"; 28 …"OHOS::Msdp::DeviceStatus::InteractionManager::AddDraglistener(std::__h::shared_ptr<OHOS::Msdp::De… [all …]
|
/base/account/os_account/frameworks/osaccount/native/ |
D | libos_account_innerkits.map | 17 "VTT for OHOS::AccountSA::DomainAccountInfo"; 18 "VTT for OHOS::AccountSA::OsAccountInfo"; 19 "VTT for OHOS::AccountSA::OsAccountSubscribeInfo"; 20 "VTT for OHOS::AccountSA::CreateOsAccountOptions"; 21 "vtable for OHOS::AccountSA::OsAccountInfo"; 22 "vtable for OHOS::AccountSA::OsAccountSubscribeInfo"; 23 "vtable for OHOS::AccountSA::CreateOsAccountOptions"; 24 "OHOS::AccountSA::OsAccount::GetInstance()"; 25 …"OHOS::AccountSA::OsAccount::CreateOsAccountEventListener(std::__h::shared_ptr<OHOS::AccountSA::Os… 26 …OHOS::AccountSA::OsAccount::CreateOsAccount(std::__h::basic_string<char, std::__h::char_traits<cha… [all …]
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/ |
D | libhitracechain.map | 4 "OHOS::HiviewDFX::HiTraceChain::GetId()"; 5 "OHOS::HiviewDFX::HiTraceId::IsValid() const"; 6 "OHOS::HiviewDFX::HiTraceId::GetChainId() const"; 7 "OHOS::HiviewDFX::HiTraceId::GetSpanId() const"; 8 "OHOS::HiviewDFX::HiTraceId::GetParentSpanId() const"; 9 "OHOS::HiviewDFX::HiTraceId::GetFlags() const"; 10 "OHOS::HiviewDFX::HiTraceId::IsFlagEnabled(HiTraceFlag) const"; 11 …"OHOS::HiviewDFX::HiTraceChain::Tracepoint(HiTraceTracepointType, OHOS::HiviewDFX::HiTraceId const… 12 "OHOS::HiviewDFX::HiTraceChain::SetId(OHOS::HiviewDFX::HiTraceId const&)"; 13 "OHOS::HiviewDFX::HiTraceChain::ClearId()"; [all …]
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
D | libbacktrace_local.map | 4 OHOS::HiviewDFX::Get*; 5 OHOS::HiviewDFX::PrintBacktrace*; 6 OHOS::HiviewDFX::DfxCatchFrameLocal::InitFrameCatcher*; 7 OHOS::HiviewDFX::DfxCatchFrameLocal::Catch*; 8 OHOS::HiviewDFX::DfxCatchFrameLocal::ReleaseThread*; 9 OHOS::HiviewDFX::DfxCatchFrameLocal::DestroyFrameCatcher*; 11 OHOS::HiviewDFX::DfxCatchFrameLocal::DfxCatchFrameLocal*; 12 OHOS::HiviewDFX::DfxCatchFrameLocal::~DfxCatchFrameLocal*; 13 OHOS::HiviewDFX::DfxSymbols::DfxSymbols*; 14 OHOS::HiviewDFX::BacktraceLocalThread::BacktraceLocalThread*; [all …]
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
D | libhisysevent.map | 4 "OHOS::HiviewDFX::HiSysEvent::controller"; 5 …"OHOS::HiviewDFX::HiSysEvent::EventBase::EventBase(std::__h::basic_string<char, std::__h::char_tra… 6 …"OHOS::HiviewDFX::HiSysEvent::EventBase::EventBase(std::__h::basic_string<char, std::__h::char_tra… 7 "OHOS::HiviewDFX::HiSysEvent::WritebaseInfo(OHOS::HiviewDFX::HiSysEvent::EventBase&)"; 8 "OHOS::HiviewDFX::HiSysEvent::IsError(OHOS::HiviewDFX::HiSysEvent::EventBase&)"; 9 "OHOS::HiviewDFX::HiSysEvent::ExplainThenReturnRetCode(int)"; 10 "OHOS::HiviewDFX::HiSysEvent::SendSysEvent(OHOS::HiviewDFX::HiSysEvent::EventBase&)"; 11 "OHOS::HiviewDFX::HiSysEvent::EventBase::GetRetCode()"; 12 …"OHOS::HiviewDFX::HiSysEvent::CheckKey(std::__h::basic_string<char, std::__h::char_traits<char>, s… 13 … "OHOS::HiviewDFX::HiSysEvent::IsWarnAndUpdate(int, OHOS::HiviewDFX::HiSysEvent::EventBase&)"; [all …]
|
/base/location/interfaces/inner_api/include/ |
D | location_log.h | 21 namespace OHOS { 27 static constexpr OHOS::HiviewDFX::HiLogLabel GEO_CONVERT = {LOG_CORE, LOCATOR_LOG_ID, "GeoConvert"}; 28 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATOR = {LOG_CORE, LOCATOR_LOG_ID, "Locator"}; 29 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATOR_STANDARD = {LOG_CORE, LOCATOR_LOG_ID, "Locator… 30 static constexpr OHOS::HiviewDFX::HiLogLabel SWITCH_CALLBACK = {LOG_CORE, LOCATOR_LOG_ID, "SwitchCa… 31 static constexpr OHOS::HiviewDFX::HiLogLabel GNSS_STATUS_CALLBACK = {LOG_CORE, LOCATOR_LOG_ID, "Gns… 32 static constexpr OHOS::HiviewDFX::HiLogLabel NMEA_MESSAGE_CALLBACK = {LOG_CORE, LOCATOR_LOG_ID, "Nm… 33 static constexpr OHOS::HiviewDFX::HiLogLabel CACHED_LOCATIONS_CALLBACK = { 36 static constexpr OHOS::HiviewDFX::HiLogLabel COUNTRY_CODE_CALLBACK = { 39 static constexpr OHOS::HiviewDFX::HiLogLabel LOCATING_DATA_CALLBACK = { [all …]
|
/base/update/updater/services/ui/control/ |
D | event_listener.h | 26 std::function<void(OHOS::UIView &)> func {nullptr}; 41 void operator()(OHOS::UIView &view, bool isAsync) const; 43 static void CallbackWithGuard(Callback cb, OHOS::UIView &view); 48 class LabelOnTouchListener final : public OHOS::UIView::OnTouchListener { 53 bool OnRelease(OHOS::UIView &view, const OHOS::ReleaseEvent &event) override; 60 class BtnOnEventListener final : public OHOS::UIView::OnClickListener, public OHOS::UIView::OnTouch… 65 bool OnClick(OHOS::UIView &view, const OHOS::ClickEvent &event) override; 66 bool OnPress(OHOS::UIView &view, const OHOS::PressEvent &event) override; 67 bool OnRelease(OHOS::UIView &view, const OHOS::ReleaseEvent &event) override; 68 bool OnCancel(OHOS::UIView &view, const OHOS::CancelEvent &event) override; [all …]
|
D | event_listener.cpp | 29 void CallBackDecorator::operator()(OHOS::UIView &view, bool isAsync) const in operator ()() 71 void CallBackDecorator::CallbackWithGuard(Callback cb, OHOS::UIView &view) in CallbackWithGuard() 83 bool LabelOnTouchListener::OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent … in OnRelease() 90 bool BtnOnEventListener::OnClick(OHOS::UIView &view, [[maybe_unused]] const OHOS::ClickEvent &event) in OnClick() 96 bool BtnOnEventListener::OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &event) in OnPress() 102 bool BtnOnEventListener::OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &e… in OnRelease() 108 bool BtnOnEventListener::OnCancel(OHOS::UIView &view, [[maybe_unused]] const OHOS::CancelEvent &eve… in OnCancel() 114 bool BtnOnDragListener::OnDragStart(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &eve… in OnDragStart() 120 bool BtnOnDragListener::OnDrag(OHOS::UIView &view, const OHOS::DragEvent &event) in OnDrag() 130 bool BtnOnDragListener::OnDragEnd(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &event) in OnDragEnd() [all …]
|
/base/web/webview/ohos_adapter/display_manager_adapter/src/ |
D | display_manager_adapter_impl.cpp | 21 using namespace OHOS::Rosen; 22 using namespace OHOS::NWeb; 24 namespace OHOS::NWeb { namespace 47 DisplayAdapterImpl::DisplayAdapterImpl(sptr<OHOS::Rosen::Display> display) in DisplayAdapterImpl() 50 OHOS::NWeb::RotationType DisplayAdapterImpl::ConvertRotationType(OHOS::Rosen::Rotation type) in ConvertRotationType() 53 case OHOS::Rosen::Rotation::ROTATION_0: in ConvertRotationType() 54 return OHOS::NWeb::RotationType::ROTATION_0; in ConvertRotationType() 55 case OHOS::Rosen::Rotation::ROTATION_90: in ConvertRotationType() 56 return OHOS::NWeb::RotationType::ROTATION_90; in ConvertRotationType() 57 case OHOS::Rosen::Rotation::ROTATION_180: in ConvertRotationType() [all …]
|
/base/useriam/user_auth_framework/services/base/inc/ |
D | user_auth_hdi.h | 23 namespace OHOS { 26 using IUserAuthInterface = OHOS::HDI::UserAuth::V1_2::IUserAuthInterface; 28 using HdiAuthType = OHOS::HDI::UserAuth::V1_2::AuthType; 29 using HdiExecutorRole = OHOS::HDI::UserAuth::V1_2::ExecutorRole; 30 using HdiExecutorSecureLevel = OHOS::HDI::UserAuth::V1_2::ExecutorSecureLevel; 31 using HdiPinSubType = OHOS::HDI::UserAuth::V1_2::PinSubType; 32 using HdiScheduleMode = OHOS::HDI::UserAuth::V1_2::ScheduleMode; 33 using HdiExecutorRegisterInfo = OHOS::HDI::UserAuth::V1_2::ExecutorRegisterInfo; 34 using HdiExecutorInfo = OHOS::HDI::UserAuth::V1_2::ExecutorInfo; 35 using HdiScheduleInfoV1_0 = OHOS::HDI::UserAuth::V1_2::ScheduleInfo; [all …]
|
/base/security/access_token/interfaces/innerkits/accesstoken/ |
D | libaccesstoken_sdk.map | 17 …"OHOS::Security::AccessToken::AccessTokenKit::AllocHapToken(OHOS::Security::AccessToken::HapInfoPa… 18 …"OHOS::Security::AccessToken::AccessTokenKit::GetHapTokenIDEx(int, std::__h::basic_string<char, st… 19 …"OHOS::Security::AccessToken::AccessTokenKit::AllocLocalTokenID(std::__h::basic_string<char, std::… 20 …OHOS::Security::AccessToken::AccessTokenKit::UpdateHapToken(OHOS::Security::AccessToken::AccessTok… 21 "OHOS::Security::AccessToken::AccessTokenKit::DeleteToken(unsigned int)"; 22 …"OHOS::Security::AccessToken::AccessTokenKit::CheckNativeDCap(unsigned int, std::__h::basic_string… 23 …"OHOS::Security::AccessToken::AccessTokenKit::GetHapTokenID(int, std::__h::basic_string<char, std:… 24 …"OHOS::Security::AccessToken::AccessTokenKit::GetHapTokenInfo(unsigned int, OHOS::Security::Access… 25 …"OHOS::Security::AccessToken::AccessTokenKit::GetNativeTokenInfo(unsigned int, OHOS::Security::Acc… 26 …"OHOS::Security::AccessToken::AccessTokenKit::GetPermissionFlag(unsigned int, std::__h::basic_stri… [all …]
|
/base/security/access_token/interfaces/innerkits/privacy/ |
D | libprivacy_sdk.map | 17 …"OHOS::Security::AccessToken::PermActiveStatusCustomizedCbk::PermActiveStatusCustomizedCbk(std::__… 18 … "OHOS::Security::AccessToken::PermActiveStatusCustomizedCbk::~PermActiveStatusCustomizedCbk()"; 19 …"OHOS::Security::AccessToken::PrivacyKit::AddPermissionUsedRecord(unsigned int, std::__h::basic_st… 20 …"OHOS::Security::AccessToken::PrivacyKit::AddPermissionUsedRecord(unsigned int, std::__h::basic_st… 21 …"OHOS::Security::AccessToken::PrivacyKit::StartUsingPermission(unsigned int, std::__h::basic_strin… 22 …"OHOS::Security::AccessToken::PrivacyKit::StopUsingPermission(unsigned int, std::__h::basic_string… 23 …"OHOS::Security::AccessToken::PrivacyKit::GetPermissionUsedRecords(OHOS::Security::AccessToken::Pe… 24 …"OHOS::Security::AccessToken::PermActiveStatusCustomizedCbk::GetPermList(std::__h::vector<std::__h… 25 …"OHOS::Security::AccessToken::PrivacyKit::RegisterPermActiveStatusCallback(std::__h::shared_ptr<OH… 26 …"OHOS::Security::AccessToken::PrivacyKit::UnRegisterPermActiveStatusCallback(std::__h::shared_ptr<… [all …]
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
D | libhisyseventmanager.map | 4 "OHOS::HiviewDFX::HiSysEventRecord::GetDomain() const"; 5 "OHOS::HiviewDFX::HiSysEventRecord::GetEventName() const"; 6 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 7 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 8 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 9 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 10 …"OHOS::HiviewDFX::HiSysEventRecord::GetParamValue(std::__h::basic_string<char, std::__h::char_trai… 11 "OHOS::HiviewDFX::HiSysEventRecord::GetTime() const"; 12 …OHOS::HiviewDFX::HiSysEventManager::AddListener(std::__h::shared_ptr<OHOS::HiviewDFX::HiSysEventLi… 13 "OHOS::HiviewDFX::HiSysEventRecord::AsJson() const"; [all …]
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/ |
D | libfaultlogger.map | 9 VTT?for?OHOS::HiviewDFX::FaultLogInfoOhos; 10 vtable?for?OHOS::HiviewDFX::FaultLogInfoOhos; 11 OHOS::HiviewDFX::CheckFaultloggerStatus*; 12 OHOS::HiviewDFX::AddFaultLog*; 13 OHOS::HiviewDFX::Query*; 14 OHOS::HiviewDFX::FaultLogInfo::Get*; 15 OHOS::HiviewDFX::FaultLogQueryResult::Next*; 16 OHOS::HiviewDFX::FaultLogQueryResult::HasNext*; 17 OHOS::HiviewDFX::FaultLogQueryResultStub::OnRemoteRequest*; 18 OHOS::HiviewDFX::FaultLoggerServiceStub::OnRemoteRequest*; [all …]
|
/base/update/updater/services/ui/view/component/ |
D | label_btn_adapter.cpp | 23 struct LabelBtnAdapter::LabelBtnOnFocusListener : public OHOS::UIView::OnFocusListener { 26 …LabelBtnOnFocusListener(const OHOS::ColorType &focusedTxtColor, const OHOS::ColorType &unfocusedTx… in LabelBtnOnFocusListener() 27 const OHOS::ColorType &focusedBgColor, const OHOS::ColorType &unfocusedBgcolor) in LabelBtnOnFocusListener() 34 bool OnFocus(OHOS::UIView &view) override in OnFocus() 37 if (view.GetViewType() != OHOS::UI_LABEL_BUTTON) { in OnFocus() 42 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, focusedTxtcolor_.full); in OnFocus() 43 button->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, focusedBgcolor_.full); in OnFocus() 48 bool OnBlur(OHOS::UIView &view) override in OnBlur() 51 if (view.GetViewType() != OHOS::UI_LABEL_BUTTON) { in OnBlur() 56 button->SetLabelStyle(OHOS::STYLE_TEXT_COLOR, unfocusedTxtcolor_.full); in OnBlur() [all …]
|
/base/useriam/fingerprint_auth/services/inc/ |
D | fingerprint_auth_hdi.h | 26 namespace OHOS { 29 using IFingerprintAuthInterface = OHOS::HDI::FingerprintAuth::V1_1::IFingerprintAuthInterface; 31 using IExecutorCallback = OHOS::HDI::FingerprintAuth::V1_1::IExecutorCallback; 33 using IExecutorV1_0 = OHOS::HDI::FingerprintAuth::V1_0::IExecutor; 34 using IExecutor = OHOS::HDI::FingerprintAuth::V1_1::IExecutor; 36 using AuthType = OHOS::HDI::FingerprintAuth::V1_0::AuthType; 37 using ExecutorRole = OHOS::HDI::FingerprintAuth::V1_0::ExecutorRole; 38 using ExecutorSecureLevel = OHOS::HDI::FingerprintAuth::V1_0::ExecutorSecureLevel; 39 using CommandId = OHOS::HDI::FingerprintAuth::V1_1::CommandId; 40 using FingerprintTipsCode = OHOS::HDI::FingerprintAuth::V1_1::FingerprintTipsCode; [all …]
|
/base/useriam/face_auth/services/inc/ |
D | face_auth_hdi.h | 26 namespace OHOS { 29 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface; 31 using IExecutorCallback = OHOS::HDI::FaceAuth::V1_1::IExecutorCallback; 33 using IExecutorV1_0 = OHOS::HDI::FaceAuth::V1_0::IExecutor; 34 using IExecutor = OHOS::HDI::FaceAuth::V1_1::IExecutor; 36 using AuthType = OHOS::HDI::FaceAuth::V1_0::AuthType; 37 using ExecutorRole = OHOS::HDI::FaceAuth::V1_0::ExecutorRole; 38 using ExecutorSecureLevel = OHOS::HDI::FaceAuth::V1_0::ExecutorSecureLevel; 39 using CommandId = OHOS::HDI::FaceAuth::V1_1::CommandId; 40 using FaceTipsCode = OHOS::HDI::FaceAuth::V1_0::FaceTipsCode; [all …]
|
/base/hiviewdfx/hiview/base/ |
D | libhiviewbase.map | 4 "OHOS::HiviewDFX::EventDispatchQueue::Stop()"; 5 "OHOS::HiviewDFX::EventLoop::StopLoop()"; 6 "OHOS::HiviewDFX::HiviewGlobal::ReleaseInstance()"; 7 "OHOS::HiviewDFX::EventDispatchQueue::~EventDispatchQueue()"; 8 "OHOS::HiviewDFX::HiviewGlobal::CreateInstance(OHOS::HiviewDFX::HiviewContext&)"; 9 "OHOS::HiviewDFX::Audit::Init(bool)"; 10 …OHOS::HiviewDFX::EventDispatchQueue::EventDispatchQueue(std::__h::basic_string<char, std::__h::cha… 11 "OHOS::HiviewDFX::EventDispatchQueue::Start()"; 12 "OHOS::HiviewDFX::EventLoop::StartLoop(bool)"; 13 …"OHOS::HiviewDFX::EventLoop::AddTimerEvent(std::__h::shared_ptr<OHOS::HiviewDFX::EventHandler>, st… [all …]
|
/base/web/webview/ohos_adapter/screen_capture_adapter/src/ |
D | screen_capture_adapter_impl.cpp | 22 namespace OHOS::NWeb { namespace 24 OHOS::Media::CaptureMode GetOHCaptureMode(const CaptureModeAdapter& mode) in GetOHCaptureMode() 28 return OHOS::Media::CaptureMode::CAPTURE_HOME_SCREEN; in GetOHCaptureMode() 30 return OHOS::Media::CaptureMode::CAPTURE_SPECIFIED_SCREEN; in GetOHCaptureMode() 32 return OHOS::Media::CaptureMode::CAPTURE_SPECIFIED_WINDOW; in GetOHCaptureMode() 34 return OHOS::Media::CaptureMode::CAPTURE_INVAILD; in GetOHCaptureMode() 36 return OHOS::Media::CaptureMode::CAPTURE_INVAILD; in GetOHCaptureMode() 39 OHOS::Media::DataType GetOHDataType(const DataTypeAdapter& type) in GetOHDataType() 43 return OHOS::Media::DataType::ORIGINAL_STREAM; in GetOHDataType() 45 return OHOS::Media::DataType::ENCODED_STREAM; in GetOHDataType() [all …]
|
/base/account/os_account/frameworks/appaccount/native/ |
D | libapp_account_innerkits.map | 17 …"non-virtual thunk to OHOS::AccountSA::AppAccountAuthenticatorCallbackStub::~AppAccountAuthenticat… 18 …"non-virtual thunk to OHOS::AccountSA::AppAccountAuthenticatorStub::~AppAccountAuthenticatorStub()… 19 "non-virtual thunk to OHOS::AccountSA::AppAccountEventStub::~AppAccountEventStub()"; 20 …"non-virtual thunk to OHOS::AccountSA::AppAccountAuthorizationExtensionCallbackStub::~AppAccountAu… 21 …"virtual thunk to OHOS::AccountSA::AppAccountAuthorizationExtensionCallbackStub::~AppAccountAuthor… 22 "OHOS::AccountSA::AppAccount::GetInstance()"; 23 …"OHOS::AccountSA::AppAccount::UnsubscribeAppAccount(std::__h::shared_ptr<OHOS::AccountSA::AppAccou… 24 …"OHOS::AccountSA::AppAccountAuthenticatorCallbackProxy::AppAccountAuthenticatorCallbackProxy(OHOS:… 25 "OHOS::AccountSA::AppAccountAuthenticatorCallbackProxy::OnRequestContinued()"; 26 … "OHOS::AccountSA::AppAccountAuthenticatorCallbackProxy::OnRequestRedirected(OHOS::AAFwk::Want&)"; [all …]
|