/base/useriam/fingerprint_auth/common/utils/ |
H A D | iam_ptr.h | 36 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 D | iam_ptr.h | 36 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 D | iam_ptr.h | 36 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 D | iam_ptr.h | 36 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 D | iam_scope_guard.h | 32 explicit IamScopeGuard(ExitAction &&action) : action_(std::forward<ExitAction>(action)) in IamScopeGuard()
|
/base/telephony/sms_mms/services/sms/ |
H A D | sms_send_indexer.cpp | 44 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 D | sms_receive_indexer.cpp | 194 pdu_ = std::forward<const std::vector<uint8_t>>(pdu); in SetPdu()
|
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | tel_ril_base_parcel.h | 82 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 D | scope_guard.h | 50 return ScopeGuard<ExitAction>(std::forward<ExitAction>(action)); in operator +()
|
/base/update/updater/services/ui/view/page/ |
H A D | page.h | 43 return std::shared_ptr<T>(new(std::nothrow) T(std::forward<Args>(args)...)); in Create()
|
/base/telephony/core_service/utils/common/include/ |
H A D | tel_event_handler.h | 259 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 D | concurrent_map.h | 87 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 D | hril_base.h | 144 (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 D | ipc_common.h | 64 explicit PeerDeathRecipient(Recipient &&recipient) : recipient_(std::forward<Recipient>(recipient)) in PeerDeathRecipient()
|
/base/msdp/device_status/utils/common/include/ |
H A D | utility.h | 53 (..., (ss << std::forward<Args>(args)));
|
/base/theme/wallpaper_mgr/utils/include/ |
H A D | concurrent_map.h | 72 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 D | tel_ril_callback.h | 297 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 D | tel_ril_base.h | 126 return (rilInterface_->*(_func))(slotId_, telRilRequest->serialId_, std::forward<ParamTypes>(_args)...); in Request()
|
/base/web/webview/test/fuzztest/ohos_nweb/nwebhelper_fuzzer/ |
H A D | nweb_create_window.h | 146 void FindNext(const bool forward) override {}
|
/base/web/webview/test/unittest/common/ |
H A D | nweb_create_window.h | 190 void FindNext(const bool forward) override
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_nweb.h | 116 * @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 D | webview_controller_impl.h | 106 void SearchNext(bool forward);
|
H A D | webview_ffi.h | 94 FFI_EXPORT int32_t FfiOHOSWebviewCtlSearchNext(int64_t id, bool forward);
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_controller.h | 203 void SearchNext(bool forward);
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.h | 79 * @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...] |