| /foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
| H A D | accessible_ability_channel_client.cpp | 160 ExecuteAction(int32_t accessibilityWindowId, int64_t elementId, int32_t action, const std::map<std::string, std::string> &actionArguments) ExecuteAction() argument [all...] |
| H A D | accessibility_ui_test_ability_impl.cpp | 254 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 D | verify_task.cpp | 125 IsNeedRetry(const std::tuple<InnerVerifyStatus, std::string, int>& info) IsNeedRetry() argument [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | text_base.cpp | 24 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 D | mock_dynamic_component_renderer_impl.cpp | 66 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 D | a2dp_codec_factory.cpp | 38 A2dpCodecFactory::A2dpCodecFactory(const std::map<A2dpCodecIndex, A2dpCodecPriority> &codecPriorities) in A2dpCodecFactory() argument
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
| H A D | default_app_rdb.cpp | 82 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 D | surface_utils.cpp | 85 std::array<float, MATRIX_ARRAY_SIZE> SurfaceUtils::MatrixProduct(const std argument [all...] |
| /foundation/multimedia/av_codec/frameworks/native/capi/avdemuxer/ |
| H A D | native_avdemuxer.cpp | 33 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 D | audio_manager_unit_test.cpp | 105 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 D | audio_policy_unit_test.h | 100 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 D | audio_policy_client_proxy.cpp | 53 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 D | rs_render_node_map.cpp | 192 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 D | rs_graphic_config.cpp | 269 DumpConfig(const std::map<std::string, ConfigItem>& config) DumpConfig() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_typeface_cache.cpp | 161 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 D | rs_transaction_data.cpp | 334 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 D | rs_render_thread.h | 104 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 D | rs_context.h | 135 void SetTaskRunner(const std::function<void(const std argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/ |
| H A D | inner_event.h | 479 CalculateSmartPtrTypeId(const std::unique_ptr<T, D> &) CalculateSmartPtrTypeId() argument 485 CalculateSmartPtrTypeId(const std::unique_ptr<T[], D> &) CalculateSmartPtrTypeId() argument [all...] |
| H A D | event_handler.h | 412 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 D | hm_symbol_node_build.cpp | 146 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 D | color_extract.cpp | 197 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 D | skia_image_filter.cpp | 143 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 D | vsync_generator_test.cpp | 96 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 D | rs_drawable.cpp | 502 MarkAffectedSlots(const std::array<RSDrawableSlot, SIZE>& affectedSlots, const RSDrawable::Vec& drawableVec, std::unordered_set<RSDrawableSlot>& dirtySlots) MarkAffectedSlots() argument [all...] |