Home
last modified time | relevance | path

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

12345678910>>...50

/foundation/communication/netmanager_base/test/commonduplicatedcode/
Dcommon_netsys_controller_callback_test.h28 virtual int32_t OnInterfaceAddressUpdated(const std::string &, const std::string &, int, int) in OnInterfaceAddressUpdated()
32 virtual int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int, int) in OnInterfaceAddressRemoved()
36 virtual int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded()
40 virtual int32_t OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved()
44 virtual int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged()
48 virtual int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged()
52 …virtual int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged()
/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.c24 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject()
49 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem()
74 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem()
89 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem()
104 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem()
119 bool GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) in GetJsonObjectNumber16Item()
134 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item()
149 bool GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectSignedNumber64Item()
164 bool GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectInt32Item()
179 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem()
[all …]
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
Daudio_param_parser.cpp32std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in LoadConfiguration()
58std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseInternal()
79std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKeys()
91std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKey()
109std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseSubKeys()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/
Dobject_callback_impl.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()
/foundation/communication/netmanager_base/services/netpolicymanager/include/
Dnet_policy_traffic.h109 … int32_t OnInterfaceAddressUpdated(const std::string &, const std::string &, int32_t, int32_t) in OnInterfaceAddressUpdated()
113 … int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int32_t, int32_t) in OnInterfaceAddressRemoved()
117 int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded()
121 int32_t OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved()
125 int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged()
129 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged()
133 int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_syncer_download_test.cpp197 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
201 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
205 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
209 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
213 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
237 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon73abe5570702()
290 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon73abe5570802()
341 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon73abe5570902()
373 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon73abe5570a02()
385 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon73abe5570b02()
[all …]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dnetwork_selection_test.cpp46 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30102()
71 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30202()
96 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30302()
125 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30402()
149 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30502()
159 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30602()
184 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30702()
194 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30802()
219 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30902()
228 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon8ef68ce30a02()
[all …]
/foundation/arkui/ace_engine/test/mock/base/
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()
Dmock_download_manager.cpp24 bool Download(const std::string& /* url */, std::vector<uint8_t>& /* dataOut */) override in Download()
29 …DownloadCallback&& /* downloadCallback */, const std::string& /* url */, int32_t /* instanceId */)… in DownloadAsync()
34 …DownloadCallback&& /* downloadCallback */, const std::string& /* url */, int32_t /* instanceId */)… in DownloadSync()
/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/communication/dsoftbus/tests/core/connection/br/
Dconnection_br_mock.cpp39 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectSignedNumberItem()
44 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item()
49 bool AddNumberToJsonObject(cJSON *json, const char * const string, int num) in AddNumberToJsonObject()
54 bool AddNumber64ToJsonObject(cJSON *json, const char * const string, int64_t num) in AddNumber64ToJsonObject()
64 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int *target) in GetJsonObjectNumberItem()
/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/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_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_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_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()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct/protocol/
Djson_mock.cpp45 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value) in AddStringToJsonObject()
50 bool AddNumberToJsonObject(cJSON *json, const char * const string, int num) in AddNumberToJsonObject()
55 bool AddBoolToJsonObject(cJSON *json, const char * const string, bool value) in AddBoolToJsonObject()
/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()
87 …const std::unique_ptr<JsonValue>& argsPtrDelay, std::unordered_map<std::string, double>& animation… in JsParseDoubleParams()
112 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in HandleTransformOrigin()
159 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, in SetTweenComponentParams()
167 …const std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFr… in JsParseAnimationFrames()
196 std::unordered_map<std::string, double>& animationDoubleOptions, in JsParseAnimationOptions()
230 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/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
Ddistributeddb_interfaces_relational_sync_test.cpp227 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0302()
246 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0402()
265 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0502()
284 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0602()
306 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0702()
325 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0802()
350 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0902()
380 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0a02()
407 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0b02()
432 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anond64e25aa0c02()
[all …]
/foundation/resourceschedule/memmgr/services/memmgrservice/include/
Ddump_command_dispatcher.h42 inline bool HasCommand(const std::map<std::string, std::vector<std::string>> &keyValuesMapping, in HasCommand()
98 void DispatchTriggerMemLevel(const int fd, std::map<std::string, std::vector<std::string>> &keyValu… in DispatchTriggerMemLevel()
132 void ParseForceReclaimType(const int fd, std::map<std::string, std::vector<std::string>> &keyValues… in ParseForceReclaimType()
165 bool ParseForceReclaimId(const int fd, std::map<std::string, std::vector<std::string>> &keyValuesMa… in ParseForceReclaimId()
207 bool PurgeableMemoryDump(int fd, std::map<std::string, std::vector<std::string>> &keyValuesMapping) in PurgeableMemoryDump()
246 void DispatchDumpCommand(const int fd, std::map<std::string, std::vector<std::string>> &keyValuesMa… in DispatchDumpCommand()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_data_storage_rdb.cpp38 bool BundleDataStorageRdb::LoadAllData(std::map<std::string, InnerBundleInfo> &infos) in LoadAllData()
57 const std::map<std::string, std::string> &datas, in TransformStrToInfo()
104 void BundleDataStorageRdb::UpdateDataBase(std::map<std::string, InnerBundleInfo> &infos) in UpdateDataBase()

12345678910>>...50