| /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 | 235 …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 …]
|
| D | video_test_ng_extra_add.cpp | 235 …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/ |
| 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 | 198 .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/ |
| 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*/) override 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/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 __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/ |
| 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/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_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_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_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()
|
| 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_ellipse_declaration.cpp | 35 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/ |
| D | sheet_coverage_test_ng.cpp | 261 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/ |
| 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()
|