Home
last modified time | relevance | path

Searched defs:std (Results 601 - 625 of 1934) sorted by relevance

1...<<21222324252627282930>>...78

/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/input/
H A Dcamera_napi.cpp227 CreateObjectWithMap(napi_env env, const std::string objectName, const std::unordered_map<std::string, int32_t>& inputMap, napi_ref& outputRef) CreateObjectWithMap() argument
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp146 SyncCompleted(const std::map<std::string, DistributedKv::Status> &results) SyncCompleted() argument
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/include/
H A Ddump_command_dispatcher.h44 inline bool HasCommand(const std::map<std::string, std::vector<std::string>> &keyValuesMapping, in HasCommand() argument
[all...]
/foundation/resourceschedule/ffrt/src/queue/
H A Deventhandler_adapter_queue.cpp62 DumpUnexecutedTaskInfo(const char* tag, const std::multimap<uint64_t, ffrt::QueueTask*>& whenMap, std::ostringstream& oss) DumpUnexecutedTaskInfo() argument
[all...]
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dwindow_visibility_observer.cpp104 UpdatePriorityForVisible( std::map<int32_t, ProcessWindowVisibilityInfo> &windowVisibleMap_) UpdatePriorityForVisible() argument
[all...]
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.h90 onstexpr(std::is_same<T, const std::string>::value) SetCGroupPara() argument
[all...]
/foundation/systemabilitymgr/safwk/services/safwk/src/
H A Dsystem_ability_ondemand_reason.cpp20 OnDemandReasonExtraData::OnDemandReasonExtraData(int32_t code, const std::string& data, in OnDemandReasonExtraData() argument
[all...]
/foundation/communication/netstack/utils/profiler_utils/src/
H A Di_network_message.cpp131 GetRawHeader(const std::map<std::string, std::string> &headers) GetRawHeader() argument
[all...]
/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Devent_manager.cpp62 void EventManager::Emit(const std::string &type, const std::pair<napi_value, napi_value> &argv) in Emit() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp29 static size_t GetMapValueSize(const std::unordered_map<std::string, std::string> &m) in GetMapValueSize() argument
96 Put(const std::string &key, const std::unordered_map<std::string, std::string> &value) Put() argument
[all...]
/foundation/communication/netstack/frameworks/js/napi/http/cache/cache_strategy/src/
H A Dhttp_cache_response.cpp55 void HttpCacheResponse::ParseCacheResponseHeader(const std::map<std::string, std::string> &cacheResponseHeader) in ParseCacheResponseHeader() argument
[all...]
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_hisysevent.cpp122 std::string EventReport::MapToJsonString(const std::map<std::string, uint32_t> mapPara) in MapToJsonString() argument
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/
H A Dobject_service_proxy.cpp34 int32_t ObjectServiceProxy::ObjectStoreSave(const std::string &bundleName, const std::string &sessionId, in ObjectStoreSave() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dblob.cpp[all...]
H A Dkvdb_notifier_client.cpp35 void KVDBNotifierClient::SyncCompleted(const std::map<std::string, Status> &results, uint64_t sequenceId) in SyncCompleted() argument
59 void KVDBNotifierClient::OnRemoteChange(const std::map<std::string, bool> &mask, int32_t dataType) in OnRemoteChange() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Ddb_delegate.h[all...]
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h325 Marshalling(const std::map<K, V> &result, MessageParcel &parcel) Marshalling() argument
364 Marshalling(const std::tuple<F, S, T> &result, MessageParcel &parcel) Marshalling() argument
398 Marshalling(const std::pair<F, S> &result, MessageParcel &parcel) Marshalling() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.cpp156 PutInto( std::map<sptr<IDataProxyPublishedDataObserver>, std::vector<PublishedDataKey>> &callbacks, const std::vector<ObserverNode> &val, const PublishedDataKey &key, const sptr<IDataProxyPublishedDataObserver> observer) PutInto() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_retainer.cpp152 DecreaseRemainTimeAndDiscard(const LabelType &label, std::pair<const std::string, std::map<uint64_t, RetainWork>> &eachTarget, std::set<uint64_t> &frameToDiscard) DecreaseRemainTimeAndDiscard() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp100 DoOnSubSyncComplete(const uint32_t subSyncId, const uint32_t syncId, const SyncParma &param, const std::map<std::string, int> &devicesMap) DoOnSubSyncComplete() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/permission/src/
H A Dpermit_delegate.cpp125 bool PermitDelegate::VerifyExtraCondition(const std::map<std::string, std::string> &cond) const in VerifyExtraCondition() argument
[all...]
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dsingle_kvstore.h61 Get(const Key &key, const std::string &networkId, const std::function<void(Status, Value &&)> &onResult) Get() argument
74 GetEntries(const Key &prefix, const std::string &networkId, const std::function<void(Status, std::vector<Entry> &&)> &onResult) GetEntries() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp210 napi_value Convert2JSValue(napi_env env, const std::pair<int32_t, std::string> &value) in Convert2JSValue() argument
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp74 void RdbFaultHiViewReporter::Update(RdbCorruptedEvent &eventInfo, const std::map<std::string, DebugInfo> &infos) in Update() argument
86 std argument
93 FormatBrief(const std::map<std::string, DebugInfo> &debugs, const std::string &header) FormatBrief() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Draw_data_parser.cpp213 PackageRawData(const std::map<std::string, Asset> &assets) PackageRawData() argument
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...78