Home
last modified time | relevance | path

Searched refs:using (Results 226 - 250 of 3163) sorted by relevance

12345678910>>...127

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_def.h36 using Ptr = std::shared_ptr<Extra>;
41 using Ptr = std::shared_ptr<AACExtra>;
50 using Ptr = std::shared_ptr<H264Extra>;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_event_hub.h25 using CompleteEvent = std::function<void(const LoadImageSuccessEvent& info)>;
26 using ErrorEvent = std::function<void(const LoadImageFailEvent& info)>;
27 using FinishEvent = std::function<void()>;
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_mgr_changeinfo.h33 using Value = std::variant<std::monostate, int64_t, double, std::string, bool, std::vector<uint8_t>>;
34 using VBucket = std::map<std::string, Value>;
35 using VBuckets = std::vector<VBucket>;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.h24 using VectorDoubleHandle = void*;
25 using VectorStringPtr = void*;
26 using VectorNativeLinearGradientHandle = void*;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_event_hub.h25 using SelectEvent = std::function<void(int32_t, const std::string&)>;
26 using SelectChangeEvent = std::function<void(int32_t)>;
27 using ValueChangeEvent = std::function<void(const std::string&)>;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_model.h29 using RoutineCallbackEvent = std::function<void()>;
30 using IndexCallbackEvent = std::function<void(int32_t, int32_t)>;
31 using IndexChangeEvent = std::function<void(int32_t)>;
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hci_callbacks.h37 using OHOS::HDI::Bluetooth::Hci::V1_0::IHciCallback;
38 using OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus;
39 using OHOS::HDI::Bluetooth::Hci::V1_0::BtType;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_fwk_ext_manager.h34 using DoHardWareEncodeFunc = int32_t (*)(SkWStream* output, const OHOS::ImagePlugin::PlEncodeOptions& opts,
36 using HevcSoftwareDecodeFunc = int32_t (*)(std::vector<std::vector<uint8_t>>& inputs,
39 using DoHardwareEncodePictureFunc = int32_t (*)(SkWStream* output, const OHOS::ImagePlugin::PlEncodeOptions& opts,
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Daudio_capturer_session.h28 using namespace AudioStandard;
29 using namespace std::chrono;
30 using namespace DeferredProcessing;
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dutils.h40 using Array = std::tuple<Types...>;
43 using Get = std::tuple_element_t<I, Array>;
50 using UnderlyingType = std::underlying_type_t<T>;
/foundation/multimedia/av_session/services/session/server/
H A Dfocus_session_strategy.h28 using StreamUsage = AudioStandard::StreamUsage;
33 using FocusSessionChangeCallback = std::function<void(const FocusSessionChangeInfo&)>;
34 using FocusSessionSelector = std::function<bool(const FocusSessionChangeInfo&)>;
H A Dbackground_audio_controller.h31 using BackgroundMode = AppExecFwk::BackgroundMode;
32 using StreamUsage = AudioStandard::StreamUsage;
33 using ContinuousTaskCallbackInfo = BackgroundTaskMgr::ContinuousTaskCallbackInfo;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dithread_pool.h23 using Task = std::function<void()>;
24 using TaskId = uint64_t;
25 using Duration = std::chrono::steady_clock::duration;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_observer.h42 using Value = std::variant<std::monostate, int64_t, double, std::string, bool, std::vector<uint8_t>>;
43 using VBucket = std::map<std::string, Value>;
44 using VBuckets = std::vector<VBucket>;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dtask_executor_adapter.h23 using TaskId = DistributedDB::TaskId;
24 using Task = std::function<void()>;
25 using Duration = std::chrono::steady_clock::duration;
H A Dstore_result_set.h26 using DBResultSet = DistributedDB::KvStoreResultSet;
27 using DBStore = DistributedDB::KvStoreNbDelegate;
28 using DBEntry = DistributedDB::Entry;
H A Dprocess_system_api_adapter_impl.h25 using AccessEventHanle = DistributedDB::OnAccessControlledEvent;
26 using DBStatus = DistributedDB::DBStatus;
27 using DBOption = DistributedDB::SecurityOption;
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dmodify_time_cursor.h24 using ResultSet = OHOS::NativeRdb::ResultSet;
25 using ModifyTime = OHOS::NativeRdb::RdbStore::ModifyTime;
26 using PRIKey = OHOS::NativeRdb::RdbStore::PRIKey;
/applications/sample/camera/launcher/launcher/src/main/cpp/
H A Dapp_info.h29 using funcLongPress = bool (*)(AppInfo *app);
30 using funcClick = bool (*)(AppInfo *app);
31 using UninstallApp = bool (*)(AppInfo *app);
32 using AddApp = bool (*)(AppInfo *app);
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dengine_host_manager.h24 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineAdapter;
25 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineAdapterDescriptor;
26 using OHOS::HDI::IntelligentVoice::Engine::V1_1::IIntellVoiceDataOprCallback;
27 using OHOS::HDI::IntelligentVoice::Engine::V1_2::UploadHdiFile;
/foundation/ai/intelligent_voice_framework/utils/
H A Dintell_voice_generic_factory.h25 using UniqueProductPtr = std::unique_ptr<T, void (*)(T *)>;
49 using UniqueProductType = typename UniquePtrFactory<T>::UniqueProductPtr;
54 using SptrProductPtr = OHOS::sptr<B>;
72 using SptrProductType = typename SptrFactory<B, D>::SptrProductPtr;
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
H A Djs_app_state_observer.h25 using OHOS::AppExecFwk::ApplicationStateObserverStub;
26 using OHOS::AppExecFwk::AppStateData;
27 using OHOS::AppExecFwk::AbilityStateData;
28 using OHOS::AppExecFwk::ProcessData;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_event_hub.h25 using DateChangeEvent = std::function<void(const BaseEventInfo* info)>;
26 using DialogEvent = std::function<void(const std::string&)>;
27 using DialogCancelEvent = std::function<void()>;
28 using DialogGestureEvent = std::function<void(const GestureEvent& info)>;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Ddraw_delegate.h34 using DoDrawFrame = std::function<void(RefPtr<Flutter::Layer>&, const Rect&)>;
35 using DoDrawRSFrame = std::function<void(std::shared_ptr<Rosen::RSNode>&, const Rect&)>;
36 using DoDrawRSFrameByRenderContext = std::function<void(RefPtr<NG::RenderContext>&)>;
37 using DoDrawLastFrame = std::function<void(const Rect&)>;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_ref_ptr.h84 using JSRef = JsiRef<T>;
86 using JSWeak = JsiWeak<T>;
88 using JSRefPtr = JSRefPtrImpl<T, JsiRef<JsiObject>>;
90 using JSWeakPtr = JSRefPtrImpl<T, JsiWeak<JsiObject>>;

Completed in 8 milliseconds

12345678910>>...127