Home
last modified time | relevance | path

Searched refs:forward (Results 1 - 25 of 37) sorted by relevance

12

/base/useriam/fingerprint_auth/common/utils/
H A Diam_ptr.h36 return std::make_shared<T>(std::forward<Args>(args)...); in MakeShared()
46 return std::make_unique<T>(std::forward<Args>(args)...); in MakeUnique()
/base/useriam/face_auth/common/utils/
H A Diam_ptr.h36 return std::make_shared<T>(std::forward<Args>(args)...); in MakeShared()
46 return std::make_unique<T>(std::forward<Args>(args)...); in MakeUnique()
/base/useriam/pin_auth/common/utils/
H A Diam_ptr.h36 return std::make_shared<T>(std::forward<Args>(args)...); in MakeShared()
46 return std::make_unique<T>(std::forward<Args>(args)...); in MakeUnique()
/base/useriam/user_auth_framework/common/utils/
H A Diam_ptr.h36 return std::make_shared<T>(std::forward<Args>(args)...); in MakeShared()
46 return std::make_unique<T>(std::forward<Args>(args)...); in MakeUnique()
H A Diam_scope_guard.h32 explicit IamScopeGuard(ExitAction &&action) : action_(std::forward<ExitAction>(action)) in IamScopeGuard()
/base/telephony/sms_mms/services/sms/
H A Dsms_send_indexer.cpp44 smca_ = std::forward<const std::vector<uint8_t>>(smca); in SetEncodeSmca()
64 pdu_ = std::forward<const std::vector<uint8_t>>(pdu); in SetEncodePdu()
234 data_ = std::forward<const std::vector<uint8_t>>(data); in SetData()
249 ackPdu_ = std::forward<const std::vector<uint8_t>>(ackPdu); in SetAckPdu()
H A Dsms_receive_indexer.cpp194 pdu_ = std::forward<const std::vector<uint8_t>>(pdu); in SetPdu()
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_base_parcel.h82 return (Write(parcel, std::forward<ValueTypes>(vals)) && ...); in WriteVals()
97 return (Read(parcel, std::forward<ValueTypes>(vals)) && ...); in ReadVals()
121 return BaseParcel::ReadVals(parcel, std::forward<ValueTypes>(vals)...); in Read()
127 return BaseParcel::WriteVals(parcel, std::forward<ValueTypes>(vals)...); in Write()
/base/update/updater/utils/include/
H A Dscope_guard.h50 return ScopeGuard<ExitAction>(std::forward<ExitAction>(action)); in operator +()
/base/update/updater/services/ui/view/page/
H A Dpage.h43 return std::shared_ptr<T>(new(std::nothrow) T(std::forward<Args>(args)...)); in Create()
/base/telephony/core_service/utils/common/include/
H A Dtel_event_handler.h259 return static_cast<TelEventHandler *>(handler.get())->SendEvent(std::forward<ParamTypes>(_args)...); in SendTelEvent()
261 return handler->SendEvent(std::forward<ParamTypes>(_args)...); in SendTelEvent()
/base/inputmethod/imf/frameworks/common/
H A Dconcurrent_map.h87 auto it = entries_.emplace(std::forward<_Args>(args)...);
99 auto it = entries_.emplace(std::forward<_Args>(args)...);
124 auto it = entries_.insert_or_assign(key, std::forward<_Obj>(obj));
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_base.h144 (reqFuncSet->*func)(requestInfo, std::forward<ValueTypes>(vals)...); in RequestVendor()
197 (callback->*(_func))(BuildIHRilRadioResponseInfo(responseInfo), std::forward<ParamTypes>(_args)...); in Response()
212 (callback->*(_func))(mResponseInfo, std::forward<ParamTypes>(_args)...); in Notify()
/base/useriam/user_auth_framework/services/core/inc/
H A Dipc_common.h64 explicit PeerDeathRecipient(Recipient &&recipient) : recipient_(std::forward<Recipient>(recipient)) in PeerDeathRecipient()
/base/msdp/device_status/utils/common/include/
H A Dutility.h53 (..., (ss << std::forward<Args>(args)));
/base/theme/wallpaper_mgr/utils/include/
H A Dconcurrent_map.h72 auto it = entries_.emplace(std::forward<_Args>(args)...);
96 auto it = entries_.insert_or_assign(key, std::forward<_Obj>(obj));
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_callback.h297 return TaskSchedule(responseInfo.slotId, _func, _moduleFunc, responseInfo, std::forward<ParamTypes>(_args)...); in Response()
311 return TaskSchedule(responseInfo.slotId, _func, _moduleFunc, std::forward<ParamTypes>(_args)...); in Notify()
338 return Execute(slotId, _func, _moduleFunc, std::forward<ParamTypes>(_args)...); in TaskSchedule()
349 return (modulePtr.get()->*(_moduleFunc))(std::forward<ParamTypes>(_args)...); in Execute()
H A Dtel_ril_base.h126 return (rilInterface_->*(_func))(slotId_, telRilRequest->serialId_, std::forward<ParamTypes>(_args)...); in Request()
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/
H A Dnweb_create_window.h146 void FindNext(const bool forward) override {}
/base/web/webview/test/unittest/common/
H A Dnweb_create_window.h190 void FindNext(const bool forward) override
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_nweb.h116 * @brief Gets whether this NWeb has a forward history item.
118 * @return true if this NWeb has a forward history item
124 * @brief Gets whether this NWeb has a back or forward history item for number
130 * @return true if this NWeb has a forward history item
142 * @brief Goes forward in the history of this NWeb.
155 * @brief Delete back and forward history list.
433 * @param forward: find back or forward:
436 virtual void FindNext(const bool forward) = 0;
591 * @brief Get web back forward stat
[all...]
/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h106 void SearchNext(bool forward);
H A Dwebview_ffi.h94 FFI_EXPORT int32_t FfiOHOSWebviewCtlSearchNext(int64_t id, bool forward);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h203 void SearchNext(bool forward);
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.h79 * @brief Gets whether this NWeb has a forward history item.
81 * @return true if this NWeb has a forward history item
86 * @brief Gets whether this NWeb has a back or forward history item for number
92 * @return true if this NWeb has a forward history item
102 * @brief Goes forward in the history of this NWeb.
113 * @brief Delete back and forward history list.
361 * @param forward: find back or forward:
363 void FindNext(const bool forward) override;
500 * @brief Get web back forward stat
[all...]

Completed in 12 milliseconds

12