/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/dsoftbus/core/common/json_utils/ |
D | softbus_json_utils.c | 22 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject() 46 NO_SANITIZE("cfi") bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char … in GetJsonObjectStringItem() 70 NO_SANITIZE("cfi") bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int *… in GetJsonObjectNumberItem() 84 NO_SANITIZE("cfi") bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string,… in GetJsonObjectSignedNumberItem() 98 NO_SANITIZE("cfi") bool GetJsonObjectDoubleItem(const cJSON *json, const char * const string, doubl… in GetJsonObjectDoubleItem() 112 NO_SANITIZE("cfi") bool GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uin… in GetJsonObjectNumber16Item() 126 NO_SANITIZE("cfi") bool GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int… in GetJsonObjectNumber64Item() 140 …("cfi") bool GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t… in GetJsonObjectSignedNumber64Item() 154 NO_SANITIZE("cfi") bool GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_… in GetJsonObjectInt32Item() 168 NO_SANITIZE("cfi") bool GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *t… in GetJsonObjectBoolItem() [all …]
|
/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>> &)> &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/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
D | distributeddb_cloud_syncer_download_test.cpp | 192 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 196 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 200 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 204 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 208 .WillOnce([](const std::string &, const VBucket &, DataInfoWithLog &info, VBucket &) { in Expect2GetInfoByPrimaryKeyOrGidCall() 232 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon5118e9d60702() 285 .WillRepeatedly([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon5118e9d60802() 336 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon5118e9d60902() 368 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon5118e9d60a02() 378 .WillOnce([](const std::string &, VBucket &, std::vector<VBucket> &data) { in __anon5118e9d60b02() [all …]
|
/foundation/communication/netmanager_base/services/netpolicymanager/include/ |
D | net_policy_traffic.h | 103 … int32_t OnInterfaceAddressUpdated(const std::string &, const std::string &, int32_t, int32_t) in OnInterfaceAddressUpdated() 107 … int32_t OnInterfaceAddressRemoved(const std::string &, const std::string &, int32_t, int32_t) in OnInterfaceAddressRemoved() 111 int32_t OnInterfaceAdded(const std::string &) in OnInterfaceAdded() 115 int32_t OnInterfaceRemoved(const std::string &) in OnInterfaceRemoved() 119 int32_t OnInterfaceChanged(const std::string &, bool) in OnInterfaceChanged() 123 int32_t OnInterfaceLinkStateChanged(const std::string &, bool) in OnInterfaceLinkStateChanged() 127 int32_t OnRouteChanged(bool, const std::string &, const std::string &, const std::string &) in OnRouteChanged()
|
/foundation/arkui/ace_engine/frameworks/base/test/mock/ |
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/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/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 | 37 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()
|
D | svg_polygon_declaration.cpp | 37 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()
|
D | svg_text_path_declaration.cpp | 37 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()
|
D | svg_circle_declaration.cpp | 37 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()
|
D | svg_ellipse_declaration.cpp | 37 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()
|
D | svg_line_declaration.cpp | 37 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()
|
D | svg_fe_declaration.cpp | 26 bool SvgFeDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 31 bool SvgFeDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() 36 bool SvgFeDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
|
D | svg_rect_declaration.cpp | 37 bool SvgRectDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 42 bool SvgRectDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() 47 bool SvgRectDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
|
D | svg_text_declaration.cpp | 37 bool SvgTextDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr() 42 bool SvgTextDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle() 47 bool SvgTextDeclaration::SetSpecializedValue(const std::pair<std::string, std::string>& attr) in SetSpecializedValue()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
D | base_animation_bridge.cpp | 40 …const std::unique_ptr<JsonValue>& argsPtrAnimation, std::unordered_map<std::string, std::string>& … in JsParseAnimationFramesInternal() 89 …const std::unique_ptr<JsonValue>& argsPtrDelay, std::unordered_map<std::string, double>& animation… in JsParseDoubleParams() 114 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames) in HandleTransformOrigin() 161 const std::vector<std::unordered_map<std::string, std::string>>& animationFrames, in SetTweenComponentParams() 169 …const std::string& content, std::vector<std::unordered_map<std::string, std::string>>& animationFr… in JsParseAnimationFrames() 199 std::unordered_map<std::string, double>& animationDoubleOptions, in JsParseAnimationOptions() 235 std::unordered_map<std::string, double>& animationDoubleParams, in JsParseAnimatorParams()
|
/foundation/ability/idl_tool/util/ |
D | string_pool.cpp | 39 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/arkui/ace_engine/frameworks/core/components_ng/test/mock/image_provider/ |
D | mock_image_loader.cpp | 44 sk_sp<SkData> ImageLoader::LoadDataFromCachedFile(const std::string& /*uri*/) in LoadDataFromCachedFile() 56 RefPtr<NG::ImageData> ImageLoader::LoadImageDataFromFileCache(const std::string& /*key*/, const std… in LoadImageDataFromFileCache()
|
/foundation/resourceschedule/memmgr/services/memmgrservice/include/ |
D | dump_command_dispatcher.h | 42 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/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
D | distributeddb_interfaces_relational_sync_test.cpp | 227 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90302() 246 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90402() 265 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90502() 284 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90602() 306 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90702() 325 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90802() 350 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90902() 380 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90a02() 407 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90b02() 432 [&devices](const std::map<std::string, std::vector<TableStatus>> &devicesMap) { in __anon5b124dc90c02() [all …]
|
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
D | res_sched_client.cpp | 37 const std::unordered_map<std::string, std::string>& mapPayload) in ReportData() 52 int32_t ResSchedClient::KillProcess(const std::unordered_map<std::string, std::string>& mapPayload) in KillProcess() 117 const std::unordered_map<std::string, std::string>& mapPayload) in ReportData() 122 extern "C" void KillProcess(const std::unordered_map<std::string, std::string>& mapPayload) in KillProcess()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
D | bundle_data_storage_rdb.cpp | 38 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()
|
/foundation/ability/form_fwk/services/src/ |
D | form_data_proxy_record.cpp | 79 ErrCode FormDataProxyRecord::SubscribeRdbFormData(std::map<std::string, std::string> &rdbSubscribeM… in SubscribeRdbFormData() 122 ErrCode FormDataProxyRecord::SubscribePublishFormData(std::map<std::string, std::string> &publishSu… in SubscribePublishFormData() 167 ErrCode FormDataProxyRecord::UnsubscribeFormData(std::map<std::string, std::string> &rdbSubscribeMa… in UnsubscribeFormData() 215 void FormDataProxyRecord::ConvertSubscribeMapToRequests(std::map<std::string, std::string> &subscri… in ConvertSubscribeMapToRequests() 312 std::map<std::string, std::string> &originRdbMap, in UpdateSubscribeMap() 350 ErrCode FormDataProxyRecord::SetRdbSubsState(std::map<std::string, std::string> &rdbSubscribeMap, b… in SetRdbSubsState() 389 ErrCode FormDataProxyRecord::SetPublishSubsState(std::map<std::string, std::string> &publishSubscri… in SetPublishSubsState() 430 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> &imageDataMap) in PrepareImageData()
|