| /foundation/communication/netmanager_base/test/netmanagernative/unit_test/ |
| D | test_notify_callback.cpp | 27 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/ |
| D | common_netsys_controller_callback_test.h | 28 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/ |
| D | softbus_json_utils.c | 24 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/ |
| D | video_test_ng_add.cpp | 234 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon19d696150202() 236 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon19d696150302() 238 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anon19d696150402() 240 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anon19d696150502() 314 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon19d696150602() 316 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon19d696150702() 318 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anon19d696150802() 320 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anon19d696150902() 394 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon19d696150a02() 396 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon19d696150b02() [all …]
|
| D | video_test_ng_extra_add.cpp | 234 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anondffe2eb80202() 236 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anondffe2eb80302() 238 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anondffe2eb80402() 240 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anondffe2eb80502() 305 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anondffe2eb80602() 307 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anondffe2eb80702() 309 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anondffe2eb80802() 311 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anondffe2eb80902() 376 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anondffe2eb80a02() 378 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anondffe2eb80b02() [all …]
|
| /foundation/multimedia/audio_framework/services/audio_service/server/src/config/ |
| D | audio_param_parser.cpp | 38 …std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in LoadConfiguration() 82 …std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseInternal() 103 …std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKeys() 115 …std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKey() 133 …std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseSubKeys()
|
| /foundation/communication/netmanager_base/services/netpolicymanager/include/ |
| D | net_policy_traffic.h | 109 … 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/ |
| D | object_callback_impl.cpp | 18 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/ |
| D | distributeddb_cloud_syncer_download_test.cpp | 207 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 211 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 215 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 219 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 223 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 247 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anona873ca780702() 300 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anona873ca780802() 351 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anona873ca780902() 383 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anona873ca780a02() 395 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anona873ca780b02() [all …]
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
| D | network_selection_test.cpp | 47 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240102() 72 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240202() 97 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240302() 126 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240402() 150 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240502() 160 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240602() 185 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240702() 195 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240802() 220 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240902() 229 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anonb7be52240a02() [all …]
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| D | mock_download_manager.cpp | 24 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*/, bool /*isCancel = true*/… in RemoveDownloadTask()
|
| D | mock_ressched_report.cpp | 26 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/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| D | rs_profiler_utils.cpp | 105 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/ |
| D | broadcast_manager.cpp | 29 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/ |
| D | connection_br_mock.cpp | 39 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/multimedia/media_library/frameworks/services/media_backup_extension/include/report/ |
| D | statistic_processor.h | 28 …StatisticProcessor &ParseTotalCount(std::unordered_map<std::string, AlbumMediaStatisticInfo> &albu… in ParseTotalCount() 42 …StatisticProcessor &ParseImageCount(std::unordered_map<std::string, AlbumMediaStatisticInfo> &albu… in ParseImageCount() 56 …StatisticProcessor &ParseVideoCount(std::unordered_map<std::string, AlbumMediaStatisticInfo> &albu… in ParseVideoCount() 70 …StatisticProcessor &ParseCloudCount(std::unordered_map<std::string, AlbumMediaStatisticInfo> &albu… in ParseCloudCount()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
| D | bundle_data_storage_rdb.cpp | 34 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/ |
| D | svg_path_declaration.cpp | 35 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()
|
| D | svg_polygon_declaration.cpp | 35 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()
|
| D | svg_circle_declaration.cpp | 35 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()
|
| D | svg_text_path_declaration.cpp | 35 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()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
| D | sheet_coverage_test_ng.cpp | 265 auto callback = [](const std::string&) {}; in __anon58a273850602() 301 auto callback = [](const std::string&) {}; in __anon58a273850702() 337 auto callback = [](const std::string&) {}; in __anon58a273850802() 382 auto callback = [](const std::string&) {}; in __anon58a273850902() 412 auto callback = [](const std::string&) {}; in __anon58a273850a02() 436 auto callback = [](const std::string&) {}; in __anon58a273850b02() 457 auto callback = [](const std::string&) {}; in __anon58a273850c02() 478 auto callback = [](const std::string&) {}; in __anon58a273850d02() 525 auto callback = [](const std::string&) {}; in __anon58a273850e02() 552 auto callback = [](const std::string&) {}; in __anon58a273851102() [all …]
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/rdb/ |
| D | parser_util.cpp | 43 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/ |
| D | base_animation_bridge.cpp | 29 …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/ |
| D | sa_backup_connection.h | 93 std::function<void(const std::string &&)> callDied, in SABackupConnection()
|