Home
last modified time | relevance | path

Searched defs:std (Results 801 - 825 of 1936) sorted by relevance

1...<<31323334353637383940>>...78

/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_channel_client.cpp160 ExecuteAction(int32_t accessibilityWindowId, int64_t elementId, int32_t action, const std::map<std::string, std::string> &actionArguments) ExecuteAction() argument
[all...]
H A Daccessibility_ui_test_ability_impl.cpp254 ExecuteAction(const AccessibilityElementInfo &elementInfo, const ActionType action, const std::map<std::string, std::string> &actionArguments) ExecuteAction() argument
[all...]
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Dverify_task.cpp125 IsNeedRetry(const std::tuple<InnerVerifyStatus, std::string, int>& info) IsNeedRetry() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_base.cpp24 void TextBases::OnDragDropFunction(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&) {}; in OnDragDropFunction() argument
26 DragDropBaseInfo TextBases::OnDragStartFunction(const RefPtr<OHOS::Ace::DragEvent>&, const std::string&) in OnDragStartFunction() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H A Dmock_dynamic_component_renderer_impl.cpp66 NotifyExecuteAction(int64_t elementId, const std::map<std::string, std::string>& actionArguments, int32_t action, int64_t offset) NotifyExecuteAction() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_codec_factory.cpp38 A2dpCodecFactory::A2dpCodecFactory(const std::map<A2dpCodecIndex, A2dpCodecPriority> &codecPriorities) in A2dpCodecFactory() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/
H A Ddefault_app_rdb.cpp82 bool DefaultAppRdb::SetDefaultApplicationInfos(int32_t userId, const std::map<std::string, Element>& infos) in SetDefaultApplicationInfos() argument
292 SaveDataToDb(int32_t userId, const std::map<std::string, Element>& infos) SaveDataToDb() argument
[all...]
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_utils.cpp85 std::array<float, MATRIX_ARRAY_SIZE> SurfaceUtils::MatrixProduct(const std argument
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/
H A Dnative_avdemuxer.cpp33 ProcessApplicationDrmInfo(DRM_MediaKeySystemInfo *info, const std::multimap<std::string, std::vector<uint8_t>> &drmInfoMap) ProcessApplicationDrmInfo() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/
H A Daudio_manager_unit_test.cpp105 OnAudioFocusInfoChange( const std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList) OnAudioFocusInfoChange() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/include/
H A Daudio_policy_unit_test.h100 virtual void OnAudioFocusInfoChange(const std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList) {}; in OnAudioFocusInfoChange() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_client_proxy.cpp53 OnAudioFocusInfoChange( const std::list<std::pair<AudioInterrupt, AudioFocuState>> &focusInfoList) OnAudioFocusInfoChange() argument
375 OnHeadTrackingDeviceChange(const std::unordered_map<std::string, bool> &changeInfo) OnHeadTrackingDeviceChange() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_map.cpp192 MoveRenderNodeMap( std::shared_ptr<std::unordered_map<NodeId, std::shared_ptr<RSBaseRenderNode>>> subRenderNodeMap, pid_t pid) MoveRenderNodeMap() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.cpp269 DumpConfig(const std::map<std::string, ConfigItem>& config) DumpConfig() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_typeface_cache.cpp161 RemoveHashQueue( std::unordered_map<uint32_t, std::vector<uint64_t>>& typefaceHashQueue, uint64_t globalUniqueId) RemoveHashQueue() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp334 PrintCommandMapDesc( const std::unordered_map<NodeId, std::set<std::pair<uint16_t, uint16_t>>>& commandTypeMap) const PrintCommandMapDesc() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread.h104 AddSurfaceChangedCallBack(uint64_t id, const std::function<void(float, float, float, float)>& callback) AddSurfaceChangedCallBack() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_context.h135 void SetTaskRunner(const std::function<void(const std argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h479 CalculateSmartPtrTypeId(const std::unique_ptr<T, D> &) CalculateSmartPtrTypeId() argument
485 CalculateSmartPtrTypeId(const std::unique_ptr<T[], D> &) CalculateSmartPtrTypeId() argument
[all...]
H A Devent_handler.h412 PostTask(const Callback &callback, const std::string &name = std::string(), int64_t delayTime = 0, Priority priority = Priority::LOW, Caller caller = {}) PostTask() argument
471 PostImmediateTask(const Callback &callback, const std::string &name = std::string(), Caller caller = {}) PostImmediateTask() argument
485 PostHighPriorityTask(const Callback &callback, const std::string &name = std::string(), int64_t delayTime = 0, Caller caller = {}) PostHighPriorityTask() argument
511 PostIdleTask(const Callback &callback, const std::string &name = std::string(), int64_t delayTime = 0, Caller caller = {}) PostIdleTask() argument
796 PostTimingTask(const Callback &callback, int64_t taskTime, const std::string &name = std::string(), Priority priority = Priority::LOW, Caller caller = {}) PostTimingTask() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_node_build.cpp146 SymbolNodeBuild(const RSAnimationSetting &animationSetting, const RSHMSymbolData &symbolData, const RSEffectStrategy &effectStrategy, const std::pair<float, float> &offset) SymbolNodeBuild() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp197 GenerateAverageColors(std::priority_queue<VBox, \ std::vector<VBox>, std::less<VBox> > &queue) GenerateAverageColors() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_image_filter.cpp143 InitWithGradientBlur(float radius, const std::vector<std::pair<float, float>>& fractionStops, GradientDir direction, GradientBlurType blurType, const std::shared_ptr<ImageFilter> f) InitWithGradientBlur() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_generator_test.cpp96 OnConnsRefreshRateChanged( const std::vector<std::pair<uint64_t, uint32_t>> &refreshRates) OnConnsRefreshRateChanged() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp502 MarkAffectedSlots(const std::array<RSDrawableSlot, SIZE>& affectedSlots, const RSDrawable::Vec& drawableVec, std::unordered_set<RSDrawableSlot>& dirtySlots) MarkAffectedSlots() argument
[all...]

Completed in 16 milliseconds

1...<<31323334353637383940>>...78