Home
last modified time | relevance | path

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

12345678910>>...79

/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/tests/common/mock/src/
Dsoftbus_json_utils_mock.cpp40 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, uint3… in GetStringItemByJsonObject()
45 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, uint32_t t… in GetJsonObjectStringItem()
50 bool GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) in GetJsonObjectNumber16Item()
55 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem()
60 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem()
65 bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectNumber64Item()
70 bool GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) in GetJsonObjectSignedNumber64Item()
75 bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) in GetJsonObjectDoubleItem()
80 bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) in GetJsonObjectBoolItem()
85 bool AddStringToJsonObject(cJSON *json, const char * const string, const char *value) in AddStringToJsonObject()
[all …]
/foundation/multimedia/audio_framework/services/audio_service/server/src/config/
Daudio_param_parser.cpp39std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in LoadConfiguration()
78std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseInternal()
97std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKeys()
109std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseMainKey()
125std::unordered_map<std::string, std::unordered_map<std::string, std::set<std::string>>> &audioPara… in ParseSubKeys()
/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*/, bool /*isCancel = true*/… in RemoveDownloadTask()
52 …bool DownloadAsyncWithPreload(DownloadCallback&& /* downloadCallback */, const std::string& /* url… in DownloadAsyncWithPreload()
57 …bool DownloadSyncWithPreload(DownloadCallback&& /* downloadCallback */, const std::string& /* url … in DownloadSyncWithPreload()
62 bool IsContains(const std::string& /* url */) override in IsContains()
67 bool fetchCachedResult(const std::string& /* url */, std::string& /* result */) override in fetchCachedResult()
Dmock_ressched_report.cpp29 const char* /* name */, const std::unordered_map<std::string, std::string>& /* param */) in ResSchedDataReport()
35 uint32_t resType, int32_t value, const std::unordered_map<std::string, std::string>& payload) in ResSchedDataReport()
45 const std::string& name, const std::unordered_map<std::string, std::string>& param) in ResSchedReportScope()
/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestubbranch_fuzzer/
Dservice.h31 …ErrCode InitRestoreSession(sptr<IServiceReverse>, std::string&) { return BError(BError::Codes::OK)… in InitRestoreSession()
33 …ErrCode InitBackupSession(sptr<IServiceReverse>, std::string&) { return BError(BError::Codes::OK);… in InitBackupSession()
38 … ErrCode AppFileReady(const std::string&, UniqueFd, int32_t) { return BError(BError::Codes::OK); } in AppFileReady()
40 ErrCode ServiceResultReport(const std::string, in ServiceResultReport()
42 …ErrCode GetFileHandle(const std::string&, const std::string&) { return BError(BError::Codes::OK); } in GetFileHandle()
54const std::vector<std::string>&) { return BError(BError::Codes::OK); } in AppendBundlesDetailsBackupSession()
57 ErrCode Cancel(std::string, int32_t&) { return BError(BError::Codes::OK); } in Cancel()
61 …ErrCode InitIncrementalBackupSession(sptr<IServiceReverse>, std::string&) { return BError(BError::… in InitIncrementalBackupSession()
64 …dlesIncrementalBackupSession(const std::vector<BIncrementalData>&, const std::vector<std::string>&) in AppendBundlesIncrementalBackupSession()
68 ErrCode AppIncrementalFileReady(const std::string&, UniqueFd, UniqueFd, int32_t) in AppIncrementalFileReady()
[all …]
/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.cpp240 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon86c8e3930202()
242 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon86c8e3930302()
244 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anon86c8e3930402()
246 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anon86c8e3930502()
320 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon86c8e3930602()
322 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon86c8e3930702()
324 …ck onFinish = [&finishCheck](const std::string& /* param */) { finishCheck = VIDEO_FINISH_EVENT; }; in __anon86c8e3930802()
326 …ntCallback onStop = [&stopCheck](const std::string& /* param */) { stopCheck = VIDEO_STOP_EVENT; }; in __anon86c8e3930902()
400 …llback onStart = [&startCheck](const std::string& /* param */) { startCheck = VIDEO_START_EVENT; }; in __anon86c8e3930a02()
402 …llback onPause = [&pauseCheck](const std::string& /* param */) { pauseCheck = VIDEO_PAUSE_EVENT; }; in __anon86c8e3930b02()
[all …]
/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.cpp207 .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 __anon53fab7b60702()
300 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon53fab7b60802()
351 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon53fab7b60902()
383 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon53fab7b60a02()
395 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon53fab7b60b02()
[all …]
/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/filemanagement/app_file_service/tests/mock/module_ipc/src/
Dsvc_session_manager_mock.cpp64 void SvcSessionManager::RemoveExtInfo(const string &) {} in RemoveExtInfo()
83 void SvcSessionManager::SetExtFileNameRequest(const string &bundleName, const string &) {} in SetExtFileNameRequest()
90 …d::map<BundleName, BackupExtInfo>::iterator> SvcSessionManager::GetBackupExtNameMap(const string &) in GetBackupExtNameMap()
105 void SvcSessionManager::SetServiceSchedAction(const string &, BConstants::ServiceSchedAction) {} in SetServiceSchedAction()
112 void SvcSessionManager::SetBackupExtInfo(const string &, const string &) {} in SetBackupExtInfo()
119 void SvcSessionManager::SetBackupExtName(const string &, const string &) {} in SetBackupExtName()
183 void SvcSessionManager::SetBundleRestoreType(const std::string &, RestoreTypeEnum) {} in SetBundleRestoreType()
190 void SvcSessionManager::SetBundleVersionCode(const std::string &, int64_t) {} in SetBundleVersionCode()
197 void SvcSessionManager::SetBundleVersionName(const std::string &, std::string) {} in SetBundleVersionName()
204 void SvcSessionManager::SetBundleDataSize(const std::string &, int64_t) {} in SetBundleDataSize()
[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/graphic/graphic_2d/rosen/modules/render_service_profiler/
Drs_profiler_utils.cpp163 std::vector<std::string> Utils::Split(const std::string& string) in Split()
171 void Utils::Replace(const std::string& susbtring, std::string& string) in Replace()
180 std::string Utils::ExtractNumber(const std::string& string) in ExtractNumber()
185 int8_t Utils::ToInt8(const std::string& string) in ToInt8()
190 int16_t Utils::ToInt16(const std::string& string) in ToInt16()
195 int32_t Utils::ToInt32(const std::string& string) in ToInt32()
200 int64_t Utils::ToInt64(const std::string& string) in ToInt64()
205 uint8_t Utils::ToUint8(const std::string& string) in ToUint8()
210 uint16_t Utils::ToUint16(const std::string& string) in ToUint16()
215 uint32_t Utils::ToUint32(const std::string& string) in ToUint32()
[all …]
/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 __anon255e6f220102()
71 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220202()
95 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220302()
123 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220402()
146 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220502()
155 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220602()
179 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220702()
188 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220802()
212 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220902()
220 …WillRepeatedly(Invoke([](const std::string &ssid, const std::string &, WifiDeviceConfig &wifiDevic… in __anon255e6f220a02()
[all …]
/foundation/communication/dsoftbus/tests/core/connection/br/mock/
Dsoftbus_conn_br_manager_mock.cpp39 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *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, int32_t 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, int32_t *target) in GetJsonObjectNumberItem()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
Dstatistic_processor.h28 …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/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
Dservice_incremental_test.cpp241 void Service::OnBackupExtensionDied(const string&&, bool) {} in OnBackupExtensionDied()
243 void Service::ExtConnectDied(const string&) {} in ExtConnectDied()
245 void Service::ExtStart(const string&) {} in ExtStart()
252 void Service::ExtConnectFailed(const string&, ErrCode) {} in ExtConnectFailed()
254 void Service::ExtConnectDone(string) {} in ExtConnectDone() argument
256 void Service::ClearSessionAndSchedInfo(const string&) {} in ClearSessionAndSchedInfo()
296 void Service::OnSABackup(const std::string&, const int&, const std::string&, const ErrCode&) {} in OnSABackup()
298 void Service::OnSARestore(const std::string&, const std::string&, const ErrCode&) {} in OnSARestore()
300 void Service::NotifyCallerCurAppDone(ErrCode, const std::string&) {} in NotifyCallerCurAppDone()
304 void Service::NoticeClientFinish(const string&, ErrCode) {} in NoticeClientFinish()
[all …]
/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/filemanagement/app_file_service/tests/unittests/backup_ext/
Dext_backup_js_test.cpp248 struct CallbackInfo callback([](ErrCode, std::string){}); in __anon0cdd84a50102()
280 struct CallbackInfo callback([](ErrCode, std::string){}); in __anon0cdd84a50202()
335 struct CallbackInfoEx callback([](ErrCode, std::string){}); in __anon0cdd84a50302()
368 struct CallbackInfoEx callback([](ErrCode, std::string){}); in __anon0cdd84a50402()
1217 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anon0cdd84a50902()
1254 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anon0cdd84a50a02()
1290 extBackupJs->callbackInfo_ = std::make_shared<CallbackInfo>([](ErrCode, std::string){}); in __anon0cdd84a50b02()
1326 extBackupJs->callbackInfo_ = std::make_shared<CallbackInfo>([](ErrCode, std::string){}); in __anon0cdd84a50c02()
1362 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anon0cdd84a50d02()
1399 extBackupJs->callbackInfoEx_ = std::make_shared<CallbackInfoEx>([](ErrCode, std::string){}); in __anon0cdd84a50e02()
[all …]
/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()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
Dsheet_presentation_test_ng.cpp117 auto callback = [](const std::string&) {}; in __anonf41e5d330402()
145 auto callback = [](const std::string&) {}; in __anonf41e5d330702()
188 auto callback = [](const std::string&) {}; in __anonf41e5d330802()
247 auto callback = [](const std::string&) {}; in __anonf41e5d330902()
288 auto callback = [](const std::string&) {}; in __anonf41e5d330b02()
321 auto callback = [](const std::string&) {}; in __anonf41e5d330c02()
344 auto callback = [](const std::string&) {}; in __anonf41e5d330d02()
373 auto callback = [](const std::string&) {}; in __anonf41e5d331002()
402 auto callback = [](const std::string&) {}; in __anonf41e5d331302()
463 auto callback = [](const std::string&) {}; in __anonf41e5d331402()
[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()

12345678910>>...79