Home
last modified time | relevance | path

Searched defs:std (Results 1176 - 1200 of 1934) sorted by relevance

1...<<41424344454647484950>>...78

/base/hiviewdfx/hisysevent/test/moduletest/common/
H A Dhisysevent_manager_c_test.cpp160 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 Dtheme_pack_manager.cpp183 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 Dhap_resource.cpp46 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 Dohos_account_manager.cpp66 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 Dpower_mgr_proxy.cpp301 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 Dpower_mgr_client.cpp323 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 Drunning_lock_mgr.cpp419 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 Dcommon_convert_liveview.cpp358 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 Dcooperate_plugin_test.cpp133 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 Dnative_media_player_impl.cpp407 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 Dhdi_device_v2_1.cpp568 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 Dhdi_device_v2_0.cpp573 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 Dnnexecutor.cpp29 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 Dnncompiler.cpp713 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 Dinner_model.cpp642 AddNodesToLiteGraph(const std::unordered_map<uint32_t, uint32_t>& modelIDToGraphID) AddNodesToLiteGraph() argument
[all...]
H A Dneural_network_runtime.cpp365 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 Dtween_option.h351 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 Ddrag_drop_func_wrapper.cpp493 GetSummaryString(const std::map<std::string, int64_t>& summary) GetSummaryString() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.h228 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 Dgrid_irregular_layout_algorithm.cpp380 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 Dui_content_impl.cpp539 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 Ddom_picker_base.cpp159 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 Djsi_animator_bridge.cpp540 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 Dark_js_runtime.cpp234 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 Dtext_input_client.h213 SetSelection(int32_t start, int32_t end, const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) SetSelection() argument
[all...]

Completed in 24 milliseconds

1...<<41424344454647484950>>...78