Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/foundation/communication/netmanager_base/test/netmanagernative/unit_test/
Dtest_notify_callback.cpp27 int32_t TestNotifyCallback::OnInterfaceAddressUpdated(const std::string &, const std::string &, int… in OnInterfaceAddressUpdated()
34 int32_t TestNotifyCallback::OnInterfaceAddressRemoved(const std::string &, const std::string &, int… in OnInterfaceAddressRemoved()
41 int32_t TestNotifyCallback::OnInterfaceAdded(const std::string &) in OnInterfaceAdded()
48 int32_t TestNotifyCallback::OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved()
55 int32_t TestNotifyCallback::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged()
62 int32_t TestNotifyCallback::OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged()
69 int32_t TestNotifyCallback::OnRouteChanged(bool, const std::string &, const std::string &, const st… in OnRouteChanged()
/foundation/communication/dsoftbus/core/common/json_utils/
Dsoftbus_json_utils.c20 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, uint32_t t… in GetJsonObjectStringItem()
43 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectNumberItem()
57 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectSignedNumberItem()
71 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem()
85 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item()
99 bool GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectInt32Item()
113 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem()
127 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value) in AddStringToJsonObject()
144 bool AddNumberToJsonObject(cJSON *json, const char * const string, int num) in AddNumberToJsonObject()
161 bool AddNumber64ToJsonObject(cJSON *json, const char * const string, int64_t num) in AddNumber64ToJsonObject()
[all …]
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_relational_sync_test.cpp121 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40202()
140 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40302()
159 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40402()
178 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40502()
200 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40602()
219 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40702()
244 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40802()
274 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40902()
301 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40a02()
326 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon59d85ae40b02()
[all …]
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
Dnotify_callback_proxy.cpp27 int32_t NotifyCallbackProxy::OnInterfaceAddressUpdated(const std::string &, const std::string &, in… in OnInterfaceAddressUpdated()
51 int32_t NotifyCallbackProxy::OnInterfaceAddressRemoved(const std::string &, const std::string &, in… in OnInterfaceAddressRemoved()
75 int32_t NotifyCallbackProxy::OnInterfaceAdded(const std::string &) in OnInterfaceAdded()
99 int32_t NotifyCallbackProxy::OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved()
123 int32_t NotifyCallbackProxy::OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged()
147 int32_t NotifyCallbackProxy::OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged()
171 int32_t NotifyCallbackProxy::OnRouteChanged(bool, const std::string &, const std::string &, const s… in OnRouteChanged()
/foundation/ace/ace_engine/frameworks/core/components/declaration/svg/
Dsvg_path_declaration.cpp37 bool SvgPathDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgPathDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_polygon_declaration.cpp37 bool SvgPolygonDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgPolygonDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgPolygonDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_text_path_declaration.cpp37 bool SvgTextPathDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgTextPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgTextPathDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_circle_declaration.cpp37 bool SvgCircleDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgCircleDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgCircleDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_ellipse_declaration.cpp37 bool SvgEllipseDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgEllipseDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgEllipseDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_line_declaration.cpp37 bool SvgLineDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgLineDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgLineDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_rect_declaration.cpp37 bool SvgRectDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgRectDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgRectDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_fe_declaration.cpp26 bool SvgFeDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
31 bool SvgFeDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
36 bool SvgFeDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_text_declaration.cpp37 bool SvgTextDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
42 bool SvgTextDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
47 bool SvgTextDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_stop_declaration.cpp44 bool SvgStopDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
49 bool SvgStopDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
54 bool SvgStopDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_declaration.cpp44 bool SvgDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
49 bool SvgDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
54 bool SvgDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_gradient_declaration.cpp44 bool SvgGradientDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
49 bool SvgGradientDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
54 bool SvgGradientDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
/foundation/communication/netmanager_base/services/common/src/
Dbroadcast_manager.cpp29 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, bool> &… in SendBroadcast()
34 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, int32_t… in SendBroadcast()
39 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, std::st… in SendBroadcast()
45 bool BroadcastManager::SendBroadcastEx(const BroadcastInfo &info, const std::map<std::string, T> &p… in SendBroadcastEx()
/foundation/ace/ace_engine/frameworks/bridge/js_frontend/engine/common/
Dbase_animation_bridge.cpp40 …const std::unique_ptr<JsonValue>& argsPtrAnimation, std::unordered_map<std::string, std::string>& … in JsParseAnimationFramesInternal()
89 …const std::unique_ptr<JsonValue>& argsPtrDelay, std::unordered_map<std::string, double>& animation… in JsParseDoubleParams()
114 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in HandleTransformOrigin()
161 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, in SetTweenComponentParams()
169 …const std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFr… in JsParseAnimationFrames()
199 std::unordered_map<std::string, double>& animationDoubleOptions, in JsParseAnimationOptions()
235 std::unordered_map<std::string, double>& animationDoubleParams, in JsParseAnimatorParams()
/foundation/ace/ace_engine/frameworks/core/components/declaration/canvas/
Dcanvas_declaration.cpp25 bool CanvasDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
31 bool CanvasDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_proxy.h42 void SetAttr(const std::vector<std::pair<std::string, std::string>>& attrs) override {} in SetAttr()
43 void SetStyle(const std::vector<std::pair<std::string, std::string>>& styles) override {} in SetStyle()
Ddom_option.cpp57 bool DOMOption::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
121 bool DOMOption::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
Ddom_divider.cpp38 bool DOMDivider::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
78 bool DOMDivider::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
/foundation/ace/ace_engine/frameworks/core/components/common/properties/
Dtext_style_parser.cpp34 bool ParseFontVariantCaps(const std::string& fontVariant, std::unordered_map<std::string, int32_t>&… in ParseFontVariantCaps()
68 bool ParseFontVariantNumeric(const std::string& fontVariant, std::unordered_map<std::string, int32_… in ParseFontVariantNumeric()
100 bool ParseFontVariantAlternates(const std::string& fontVariant, std::unordered_map<std::string, int… in ParseFontVariantAlternates()
163 bool ParseFontVariantLigatures(const std::string& fontVariant, std::unordered_map<std::string, int3… in ParseFontVariantLigatures()
209 bool ParseFontVariantEastAsian(const std::string& fontVariant, std::unordered_map<std::string, int3… in ParseFontVariantEastAsian()
242 void ParseFontVariant(const std::string& fontVariant, std::unordered_map<std::string, int32_t>& fon… in ParseFontVariant()
296 const std::string& fontFeatureSetting, std::unordered_map<std::string, int32_t>& fontFeatures) in ParseFontFeatureSetting()
/foundation/aafwk/standard/frameworks/kits/ability/native/include/continuation/remote_register_service/
Dconnect_callback_proxy.h21 using string = std::string; variable
/foundation/aafwk/standard/frameworks/kits/ability/native/include/
Ddata_uri_utils.h22 using string = std::string; variable

12345678910>>...13