| /base/hiviewdfx/hisysevent/test/moduletest/common/ |
| H A D | hisysevent_manager_c_test.cpp | 160 std::string BuildRecordString(const std::map<std::string, std::string>& recordData)
in BuildRecordString() argument 173 RecordParamNameTest(const HiSysEventRecord& record, const std::map<std::string, std::string>& recordData) RecordParamNameTest() argument [all...] |
| /base/global/resource_management/frameworks/resmgr/src/ |
| H A D | theme_pack_manager.cpp | 183 FindThemeResource(const std::pair<std::string, std::string> &bundleInfo, const std::vector<std::shared_ptr<IdItem>> &idItems, const ResConfigImpl &resConfig, bool isThemeSystemResEnable) FindThemeResource() argument 207 GetThemeResource(const std::pair<std::string, std::string> &bundInfo, const ResType &resType, const std::string &resName, const ResConfigImpl &resConfig) GetThemeResource() argument 218 GetThemeResourceList( const std::pair<std::string, std::string> &bundInfo, const ResType &resType, const std::string &resName) GetThemeResourceList() argument 237 GetThemeQualifierValue( const std::pair<std::string, std::string> &bundInfo, const ResType &resType, const std::string &resName, const ResConfigImpl &resConfig) GetThemeQualifierValue() argument 322 FindThemeIconResource(const std::pair<std::string, std::string> &bundleInfo, const std::string &iconName, const std::string &abilityName) FindThemeIconResource() argument [all...] |
| H A D | hap_resource.cpp | 46 HapResource::ValueUnderQualifierDir::ValueUnderQualifierDir(const std::shared_ptr<ResKey> resKey, in ValueUnderQualifierDir() argument 337 InitMap(const std::shared_ptr<ResKey> &resKey, const std::pair<std::string, std::string> &resPath, std::shared_ptr<ResConfigImpl> &defaultConfig) InitMap() argument [all...] |
| /base/account/os_account/services/accountmgr/src/ |
| H A D | ohos_account_manager.cpp | 66 GetAccountEventStr(const std::map<std::string, std::string> &accountEventMap, const std::string &eventKey, const std::string &defaultValue) GetAccountEventStr() argument [all...] |
| /base/powermgr/power_manager/services/zidl/src/ |
| H A D | power_mgr_proxy.cpp | 301 bool PowerMgrProxy::ProxyRunningLocks(bool isProxied, const std argument 119 UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, const std::map<int32_t, std::string>& workSources) UpdateWorkSource() argument [all...] |
| /base/powermgr/power_manager/frameworks/native/ |
| H A D | power_mgr_client.cpp | 323 ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) ProxyRunningLocks() argument [all...] |
| /base/powermgr/power_manager/services/native/src/runninglock/ |
| H A D | running_lock_mgr.cpp | 419 UpdateWorkSource(const sptr<IRemoteObject>& remoteObj, const std::map<int32_t, std::string>& workSources) UpdateWorkSource() argument 644 ProxyRunningLocks(bool isProxied, const std::vector<std::pair<pid_t, pid_t>>& processInfos) ProxyRunningLocks() argument [all...] |
| /base/notification/distributed_notification_service/frameworks/js/napi/src/ |
| H A D | common_convert_liveview.cpp | 358 SetLiveViewPictureInfo( const napi_env &env, const std::map<std::string, std::vector<std::shared_ptr<Media::PixelMap>>> &pictureMap) SetLiveViewPictureInfo() argument [all...] |
| /base/msdp/device_status/test/unittest/intention/cooperate/src/ |
| H A D | cooperate_plugin_test.cpp | 133 CreatePointerItem(int32_t pointerId, int32_t deviceId, const std::pair<int32_t, int32_t> &displayLocation, bool isPressed) CreatePointerItem() argument [all...] |
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | native_media_player_impl.cpp | 407 ConstructHeaders( napi_value* value, const std::map<std::string, std::string>& headers) ConstructHeaders() argument 420 ConstructAttributes( napi_value* value, const std::map<std::string, std::string>& attributes) ConstructAttributes() argument [all...] |
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | hdi_device_v2_1.cpp | 568 PrepareOfflineModel(std::vector<Buffer>& deviceBuffers, const ModelConfig& config, const std::map<std::string, std::vector<int8_t>>& extensions, std::shared_ptr<PreparedModel>& preparedModel) PrepareOfflineModel() argument [all...] |
| H A D | hdi_device_v2_0.cpp | 573 PrepareOfflineModel(std::vector<Buffer>& deviceBuffers, const ModelConfig& config, const std::map<std::string, std::vector<int8_t>>& extensions, std::shared_ptr<PreparedModel>& preparedModel) PrepareOfflineModel() argument [all...] |
| H A D | nnexecutor.cpp | 29 NNExecutor::NNExecutor(size_t backendID, std::shared_ptr<Device> device, std::shared_ptr<PreparedModel> preparedModel, in NNExecutor() argument 190 SetExtensionConfig(const std::unordered_map<std::string, std::vector<char>>& configs) SetExtensionConfig() argument 383 CompareAttribute( const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc, const NNTensor& tensor) const CompareAttribute() argument 680 BuildNNTensorFromDesc( const std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>& tensorDesc) BuildNNTensorFromDesc() argument [all...] |
| H A D | nncompiler.cpp | 713 SetExtensionConfig(const std::unordered_map<std::string, std::vector<char>>& configs) SetExtensionConfig() argument 775 SerializeTensorsToBuffer( const std::vector<std::pair<std::shared_ptr<TensorDesc>, OH_NN_TensorType>>& tensorDescs, Buffer& buffer) const SerializeTensorsToBuffer() argument [all...] |
| H A D | inner_model.cpp | 642 AddNodesToLiteGraph(const std::unordered_map<uint32_t, uint32_t>& modelIDToGraphID) AddNodesToLiteGraph() argument [all...] |
| H A D | neural_network_runtime.cpp | 365 ParseDynamicDimsFromExtensions( const std::unordered_map<std::string, std::vector<std::pair<char*, size_t>>>& extensionMap, const mindspore::lite::LiteGraph* liteGraph, ExtensionConfig& extensionConfig) ParseDynamicDimsFromExtensions() argument 421 CheckExtensionConfigs( const std::unordered_map<std::string, std::vector<std::pair<char*, size_t>>>& extensionMap, ExtensionConfig& extensionConfig) CheckExtensionConfigs() argument 466 ParseExtensionConfigs( const std::unordered_map<std::string, std::vector<std::pair<char*, size_t>>>& extensionMap, const mindspore::lite::LiteGraph* pLiteGraph, ExtensionConfig& extensionConfig) ParseExtensionConfigs() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | tween_option.h | 351 void ClearListeners(const std::map<T, RefPtr<Animation<U>>>& animations) in ClearListeners() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
| H A D | drag_drop_func_wrapper.cpp | 493 GetSummaryString(const std::map<std::string, int64_t>& summary) GetSummaryString() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/slider/ |
| H A D | render_slider.h | 228 void SetOnChange(const std::function<void(double, int32_t)>& value) in SetOnChange() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| H A D | grid_irregular_layout_algorithm.cpp | 380 void AdjustStartOffset(const std::map<int32_t, float>& lineHeights, int32_t startLine, int32_t cacheStartLine, in AdjustStartOffset() argument 537 AddLineHeight(float& height, int32_t curLine, int32_t startLine, const std::map<int32_t, float>& lineHeights) AddLineHeight() argument [all...] |
| /foundation/arkui/ace_engine/adapter/preview/entrance/ |
| H A D | ui_content_impl.cpp | 539 UpdateViewportConfig(const ViewportConfig& config, OHOS::Rosen::WindowSizeChangeReason reason, const std::shared_ptr<OHOS::Rosen::RSTransaction>& rsTransaction, const std::map<OHOS::Rosen::AvoidAreaType, OHOS::Rosen::AvoidArea>& avoidAreas) UpdateViewportConfig() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_picker_base.cpp | 159 SetSpecializedAttr(const std::pair<std::string, std::string>& attr) SetSpecializedAttr() argument 226 SetSpecializedStyle(const std::pair<std::string, std::string>& style) SetSpecializedStyle() argument 234 SetOptionStyleOperators(const std::pair<std::string, std::string>& style) SetOptionStyleOperators() argument 301 SetTextBackgroundColor(const std::pair<std::string, std::string>& style) SetTextBackgroundColor() argument 314 SetTextStyleOperators(const std::pair<std::string, std::string>& style) SetTextStyleOperators() argument 559 SetColumnHeight(const std::pair<std::string, std::string>& style) SetColumnHeight() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_animator_bridge.cpp | 540 CreateDoubleAnimation( std::unordered_map<std::string, double>& animationParams, const RefPtr<Curve>& curve) CreateDoubleAnimation() argument 669 UpdateAnimator(const RefPtr<Animator>& animator, const RefPtr<JsiAnimatorBridge>& bridge, shared_ptr<JsRuntime> runtime, const std::unordered_map<std::string, std::string>& params) UpdateAnimator() argument [all...] |
| H A D | ark_js_runtime.cpp | 234 ExecuteJsBin(const std::string& fileName, const std::function<void(const std::string&, int32_t)>& errorCallback) ExecuteJsBin() argument 245 ExecuteJsBinForAOT(const std::string& fileName, const std::function<void(const std::string&, int32_t)>& errorCallback) ExecuteJsBinForAOT() argument 376 HandleUncaughtException(panda::TryCatch& trycatch, const std::function<void(const std::string&, int32_t)>& errorCallback) HandleUncaughtException() argument 398 HandleUncaughtExceptionWithoutNativeEngine(panda::TryCatch& trycatch, const std::function<void(const std::string&, int32_t)>& errorCallback) HandleUncaughtExceptionWithoutNativeEngine() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| H A D | text_input_client.h | 213 SetSelection(int32_t start, int32_t end, const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) SetSelection() argument [all...] |