Home
last modified time | relevance | path

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

12345678910>>...64

/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/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/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/arkui/ace_engine/test/unittest/core/pattern/video/
Dvideo_test_ng_add.cpp235 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon130987530202()
237 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon130987530302()
239 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anon130987530402()
241 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anon130987530502()
315 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon130987530602()
317 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon130987530702()
319 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anon130987530802()
321 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anon130987530902()
395 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon130987530a02()
397 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon130987530b02()
[all …]
Dvideo_test_ng_extra_add.cpp235 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anonae7c96760202()
237 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anonae7c96760302()
239 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anonae7c96760402()
241 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anonae7c96760502()
306 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anonae7c96760602()
308 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anonae7c96760702()
310 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anonae7c96760802()
312 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anonae7c96760902()
377 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anonae7c96760a02()
379 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anonae7c96760b02()
[all …]
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
Daudio_param_parser.cpp38std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in LoadConfiguration()
82std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseInternal()
103std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKeys()
115std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKey()
133std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseSubKeys()
/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/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>> &, bool)> &callback) in ObjectRetrieveCallback()
48 void ObjectChangeCallback::Completed(const std::map<std::string, std::vector<uint8_t>> &results, bo… in Completed()
54 const std::function<void(const std::map<std::string, std::vector<uint8_t>> &, bool)> &callback) in ObjectChangeCallback()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
Ddistributeddb_cloud_syncer_download_test.cpp198 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
202 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
206 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
210 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
214 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall()
238 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon634dd3760702()
291 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon634dd3760802()
342 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon634dd3760902()
374 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon634dd3760a02()
386 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon634dd3760b02()
[all …]
/foundation/arkui/ace_engine/test/mock/base/
Dmock_download_manager.cpp24 bool Download(const std::string& /* url */, std::vector<uint8_t>& /* dataOut */) override in Download()
29 …bool Download(const std::string& /* url */, const std::shared_ptr<DownloadResult>& /* result */) o… in Download()
34 bool DownloadAsync(DownloadCallback&& /* downloadCallback */, const std::string& /* url */, in DownloadAsync()
39 …bool DownloadSync(DownloadCallback&& /* downloadCallback */, const std::string& /* url */, int32_t… in DownloadSync()
44 bool RemoveDownloadTask(const std::string& /* url */, int32_t /*nodeId*/) override in RemoveDownloadTask()
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/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dnetwork_selection_test.cpp47 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20102()
72 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20202()
97 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20302()
126 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20402()
150 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20502()
160 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20602()
185 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20702()
195 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20802()
220 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20902()
229 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon93b602e20a02()
[all …]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_utils.cpp105 std::vector<std::string> Utils::Split(const std::string& string) in Split()
113 void Utils::Replace(const std::string& susbtring, std::string& string) in Replace()
122 std::string Utils::ExtractNumber(const std::string& string) in ExtractNumber()
127 int8_t Utils::ToInt8(const std::string& string) in ToInt8()
132 int16_t Utils::ToInt16(const std::string& string) in ToInt16()
137 int32_t Utils::ToInt32(const std::string& string) in ToInt32()
142 int64_t Utils::ToInt64(const std::string& string) in ToInt64()
147 uint8_t Utils::ToUint8(const std::string& string) in ToUint8()
152 uint16_t Utils::ToUint16(const std::string& string) in ToUint16()
157 uint32_t Utils::ToUint32(const std::string& string) in ToUint32()
[all …]
/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_polygon_declaration.cpp35 bool SvgPolygonDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
40 bool SvgPolygonDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
45 bool SvgPolygonDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_path_declaration.cpp35 bool SvgPathDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
40 bool SvgPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
45 bool SvgPathDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_text_path_declaration.cpp35 bool SvgTextPathDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
40 bool SvgTextPathDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
45 bool SvgTextPathDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_circle_declaration.cpp35 bool SvgCircleDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
40 bool SvgCircleDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
45 bool SvgCircleDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
Dsvg_ellipse_declaration.cpp35 bool SvgEllipseDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
40 bool SvgEllipseDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
45 bool SvgEllipseDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
Dsheet_coverage_test_ng.cpp261 auto callback = [](const std::string&) {}; in __anonf6edd3030602()
297 auto callback = [](const std::string&) {}; in __anonf6edd3030702()
333 auto callback = [](const std::string&) {}; in __anonf6edd3030802()
378 auto callback = [](const std::string&) {}; in __anonf6edd3030902()
408 auto callback = [](const std::string&) {}; in __anonf6edd3030a02()
432 auto callback = [](const std::string&) {}; in __anonf6edd3030b02()
453 auto callback = [](const std::string&) {}; in __anonf6edd3030c02()
474 auto callback = [](const std::string&) {}; in __anonf6edd3030d02()
521 auto callback = [](const std::string&) {}; in __anonf6edd3030e02()
548 auto callback = [](const std::string&) {}; in __anonf6edd3031102()
[all …]
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/
Dparser_util.cpp43 void ParserUtil::GetResidentProcessRawData(std::vector<std::tuple<std::string, std::string, std::st… in GetResidentProcessRawData()
56 … const std::string &filePath, std::vector<std::tuple<std::string, std::string, std::string>> &list) in ParsePreInstallAbilityConfig()
71 nlohmann::json &jsonBuf, std::vector<std::tuple<std::string, std::string, std::string>> &list) in FilterInfoFromJson()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
Dbase_animation_bridge.cpp29 …const std::unique_ptr<JsonValue>& argsPtrAnimation, std::unordered_map<std::string, std::string>& … in JsParseAnimationFramesInternal()
75 …const std::unique_ptr<JsonValue>& argsPtrDelay, std::unordered_map<std::string, double>& animation… in JsParseDoubleParams()
100 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in HandleTransformOrigin()
147 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, in SetTweenComponentParams()
155 …const std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFr… in JsParseAnimationFrames()
184 std::unordered_map<std::string, double>& animationDoubleOptions, in JsParseAnimationOptions()
218 std::unordered_map<std::string, double>& animationDoubleParams, in JsParseAnimatorParams()
/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
Dsa_backup_connection.h93 std::function<void(const std::string &&)> callDied, in SABackupConnection()

12345678910>>...64