Home
last modified time | relevance | path

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

12345678910>>...26

/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/netmanager_base/services/netpolicymanager/include/
Dnet_policy_traffic.h102 … virtual int32_t OnInterfaceAddressUpdated(const std::string &, const std::string &, int, int) in OnInterfaceAddressUpdated()
106 … virtual int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) in OnInterfaceAddressRemoved()
110 virtual int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded()
114 virtual int32_t OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved()
118 virtual int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged()
122 virtual int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged()
126 …virtual int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
Dobject_callback.cpp18 void ObjectSaveCallback::Completed(const std::map<std::string, int32_t> &results) in Completed()
23 ObjectSaveCallback::ObjectSaveCallback(const std::function<void(const std::map<std::string, int32_t… in ObjectSaveCallback()
37 void ObjectRetrieveCallback::Completed(const std::map<std::string, std::vector<uint8_t>> &results) in Completed()
43 const std::function<void(const std::map<std::string, std::vector<uint8_t>> &)> &callback) in ObjectRetrieveCallback()
48 void ObjectChangeCallback::Completed(const std::map<std::string, std::vector<uint8_t>> &results) in Completed()
54 const std::function<void(const std::map<std::string, std::vector<uint8_t>> &)> &callback) in ObjectChangeCallback()
Dflat_object_store.cpp61 const std::map<std::string, std::vector<uint8_t>> &data) { in CreateObject()
80 const std::map<std::string, std::vector<uint8_t>> &data) { in CreateObject()
167 const std::function<void(const std::map<std::string, DistributedDB::DBStatus> &)> &onComplete) in SyncAllData()
216 std::map<std::string, std::vector<uint8_t>> &data) in FilterData()
230 const std::map<std::string, std::vector<uint8_t>> &objectData) in Save()
235 [this, &deviceId, &conditionLock](const std::map<std::string, int32_t> &results) { in Save()
273 const std::string &deviceId, const std::map<std::string, std::vector<uint8_t>> &objectData, in SaveObject()
274 const std::function<void(const std::map<std::string, int32_t> &)> &callback) in SaveObject()
316 std::function<void(const std::map<std::string, std::vector<uint8_t>> &data)> &callback) in ResumeObject()
337 std::function<void(const std::map<std::string, std::vector<uint8_t>> &data)> &callback) in SubscribeDataChange()
/foundation/communication/dsoftbus/core/common/json_utils/
Dsoftbus_json_utils.c22 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject()
46 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem()
70 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectNumberItem()
84 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectSignedNumberItem()
98 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem()
112 bool GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) in GetJsonObjectNumber16Item()
126 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item()
140 bool GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectSignedNumber64Item()
154 bool GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectInt32Item()
168 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem()
[all …]
/foundation/arkui/ace_engine/frameworks/base/test/mock/ressched/
Dmock_ressched_report.cpp26 const char* /* name */, const std::unordered_map<std::string, std::string>& /* param */) in ResSchedDataReport()
32 uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) in ResSchedDataReport()
38 const std::string& name, const std::unordered_map<std::string, std::string>& param) in ResSchedReportScope()
/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, int64_t… in SendBroadcast()
44 bool BroadcastManager::SendBroadcast(const BroadcastInfo &info, const std::map<std::string, std::st… in SendBroadcast()
50 bool BroadcastManager::SendBroadcastEx(const BroadcastInfo &info, const std::map<std::string, T> &p… in SendBroadcastEx()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_relational_sync_test.cpp147 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0202()
166 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0302()
185 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0402()
204 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0502()
226 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0602()
245 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0702()
270 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0802()
300 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0902()
327 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0a02()
352 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond40eeaab0b02()
[all …]
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
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_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_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_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_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_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_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_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_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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
Dbundle_data_storage_rdb.cpp34 bool BundleDataStorageRdb::LoadAllData(std::map<std::string, InnerBundleInfo> &infos) in LoadAllData()
61 const std::map<std::string, std::string> &datas, in TransformStrToInfo()
65 void BundleDataStorageRdb::UpdateDataBase(std::map<std::string, InnerBundleInfo> &infos) in UpdateDataBase()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/test/unittest/
Dmock_overlay_manager.cpp60 std::map<std::string, PickerDate> datePickerProperty, bool isLunar, in ShowDateDialog()
65std::map<std::string, PickerTime> timePickerProperty, bool isUseMilitaryTime, PickerDate dialogTit… in ShowTimeDialog()
70 …const std::vector<std::string>& getRangeVector, std::map<std::string, NG::DialogTextEvent> dialogE… in ShowTextDialog()
/foundation/arkui/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/ability/idl_tool/util/
Dstring_pool.cpp39 void StringPool::Add(const String& string) in Add()
51 ptrdiff_t StringPool::GetOffset(const String& string) in GetOffset()
56 ptrdiff_t StringPool::AddInternal(const String& string) in AddInternal()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_data_storage_rdb.cpp39 bool BundleDataStorageRdb::LoadAllData(std::map<std::string, InnerBundleInfo> &infos) in LoadAllData()
58 const std::map<std::string, std::string> &datas, in TransformStrToInfo()
106 void BundleDataStorageRdb::UpdateDataBase(std::map<std::string, InnerBundleInfo> &infos) in UpdateDataBase()
/foundation/arkui/ace_engine/frameworks/base/resource/
Ddata_provider_manager.h72 void* GetDataProviderThumbnailResFromUri(const std::string& /* uriStr */) override in GetDataProviderThumbnailResFromUri()
76 …int32_t GetDataProviderFile(const std::string& /* uriStr */, const std::string& /* mode */) overri… in GetDataProviderFile()

12345678910>>...26