Home
last modified time | relevance | path

Searched defs:key (Results 1301 - 1325 of 1739) sorted by relevance

1...<<51525354555657585960>>...70

/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dcommon_event_collect.cpp302 std::string CommonEventCollect::GetParamFromWant(const std::string& key, const AAFwk::Want& want) in GetParamFromWant() argument
[all...]
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c242 static int32_t LnnGetNodeKeyInfoLocal(const char *networkId, int key, uint8_t *info, uint32_t infoLen) in LnnGetNodeKeyInfoLocal() argument
281 static int32_t LnnGetNodeKeyInfoRemote(const char *networkId, int key, uint8_t *info, uint32_t infoLen) in LnnGetNodeKeyInfoRemote() argument
320 int32_t LnnGetNodeKeyInfo(const char *networkId, int key, uint8_t *info, uint32_t infoLen) in LnnGetNodeKeyInfo() argument
342 LnnGetPrivateNodeKeyInfoLocal(const char *networkId, InfoKey key, uint8_t *info, uint32_t infoLen) LnnGetPrivateNodeKeyInfoLocal() argument
363 LnnGetPrivateNodeKeyInfoRemote(const char *networkId, InfoKey key, uint8_t *info, uint32_t infoLen) LnnGetPrivateNodeKeyInfoRemote() argument
384 LnnGetPrivateNodeKeyInfo(const char *networkId, InfoKey key, uint8_t *info, uint32_t infoLen) LnnGetPrivateNodeKeyInfo() argument
466 LnnGetNodeKeyInfoLen(int32_t key) LnnGetNodeKeyInfoLen() argument
532 NodeDeviceInfoKey key; SoftbusDumpPrintUdid() local
553 NodeDeviceInfoKey key; SoftbusDumpPrintUuid() local
574 NodeDeviceInfoKey key; SoftbusDumpPrintMac() local
594 NodeDeviceInfoKey key; SoftbusDumpPrintIp() local
614 NodeDeviceInfoKey key; SoftbusDumpPrintNetCapacity() local
631 NodeDeviceInfoKey key; SoftbusDumpPrintNetType() local
648 NodeDeviceInfoKey key; SoftbusDumpPrintDeviceLevel() local
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_info.cpp98 int key = 0; in Unmarshalling() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h110 void OrInsert(const T &key, const Bitmap &val) in OrInsert() argument
133 int32_t Delete(const T &key) in Delete() argument
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy_standard.cpp394 int32_t BusCenterServerProxy::GetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, in GetNodeKeyInfo() argument
/foundation/communication/dsoftbus/sdk/bus_center/ipc/small/
H A Dbus_center_server_proxy.c304 int32_t ServerIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned char *buf, in ServerIpcGetNodeKeyInfo() argument
/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c83 const char *key; member
/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c293 int32_t LnnIpcGetNodeKeyInfo(const char *pkgName, const char *networkId, int32_t key, unsigned char *buf, in LnnIpcGetNodeKeyInfo() argument
311 int32_t LnnIpcGetNodeKeyInfoLen(int32_t key) in LnnIpcGetNodeKeyInfoLen() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c349 static int32_t SplitKeyOrValue(const char *key, char splitKeyValue[][SPLIT_MAX_LEN], int32_t size) in SplitKeyOrValue() argument
397 SplitString(char splitKey[SPLIT_KEY_NUM][SPLIT_MAX_LEN], char splitValue[SPLIT_VALUE_NUM][SPLIT_MAX_LEN], const char *key, const char *value, CloudSyncValue *parseValue) SplitString() argument
417 HandleDBAddChangeInternal(const char *key, const char *value, NodeInfo *cacheInfo) HandleDBAddChangeInternal() argument
585 HandleDBUpdateChangeInternal(const char *key, const char *value) HandleDBUpdateChangeInternal() argument
637 HandleDBDeleteChangeInternal(const char *key, const char *value) HandleDBDeleteChangeInternal() argument
673 FreeKeyAndValue(const char **key, const char **value, int32_t keySize) FreeKeyAndValue() argument
691 LnnDBDataAddChangeSyncToCache(const char **key, const char **value, int32_t keySize) LnnDBDataAddChangeSyncToCache() argument
928 LnnDBDataChangeSyncToCacheInner(const char *key, const char *value) LnnDBDataChangeSyncToCacheInner() argument
967 LnnDBDataChangeSyncToCache(const char *key, const char *value, ChangeType changeType) LnnDBDataChangeSyncToCache() argument
997 LnnLedgerDataChangeSyncToDB(const char *key, const char *value, size_t valueLength) LnnLedgerDataChangeSyncToDB() argument
1135 char key[KEY_MAX_LEN] = { 0 }; LnnDeleteSyncToDB() local
1162 char key[KEY_MAX_LEN] = { 0 }; LnnDeleteDevInfoSyncToDB() local
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp313 DefaultActionKey key = DEFAULT_ACT_IN_KEY; in SetFirewallDefaultAction() local
315 WriteBpfMap(MAP_PATH(DEFAULT_ACTION_MAP), key, val); in SetFirewallDefaultAction() local
319 WriteBpfMap(MAP_PATH(DEFAULT_ACTION_MAP), key, val); in SetFirewallDefaultAction() local
333 CurrentUserIdKey key = CURRENT_USER_ID_KEY; in SetFirewallCurrentUserId() local
335 WriteBpfMap(MAP_PATH(CURRENT_UID_MAP), key, val); in SetFirewallCurrentUserId() local
352 Ipv4LpmKey key = { 0 }; in WriteSrcIpv4BpfMap() local
355 WriteBpfMap(GET_MAP_PATH(ingress, saddr), key, rule); WriteSrcIpv4BpfMap() local
372 Ipv6LpmKey key = { 0 }; WriteSrcIpv6BpfMap() local
375 WriteBpfMap(GET_MAP_PATH(ingress, saddr6), key, rule); WriteSrcIpv6BpfMap() local
391 Ipv4LpmKey key = { 0 }; WriteDstIpv4BpfMap() local
394 WriteBpfMap(GET_MAP_PATH(ingress, daddr), key, rule); WriteDstIpv4BpfMap() local
411 Ipv6LpmKey key = { 0 }; WriteDstIpv6BpfMap() local
414 WriteBpfMap(GET_MAP_PATH(ingress, daddr6), key, rule); WriteDstIpv6BpfMap() local
427 PortKey key = pair.first; WriteSrcPortBpfMap() local
432 WriteBpfMap(GET_MAP_PATH(ingress, sport), key, rule); WriteSrcPortBpfMap() local
445 PortKey key = pair.first; WriteDstPortBpfMap() local
450 WriteBpfMap(GET_MAP_PATH(ingress, dport), key, rule); WriteDstPortBpfMap() local
463 ProtoKey key = pair.first; WriteProtoBpfMap() local
468 WriteBpfMap(GET_MAP_PATH(ingress, proto), key, rule); WriteProtoBpfMap() local
481 AppUidKey key = pair.first; WriteAppUidBpfMap() local
486 WriteBpfMap(GET_MAP_PATH(ingress, appuid), key, rule); WriteAppUidBpfMap() local
499 UidKey key = pair.first; WriteUidBpfMap() local
504 WriteBpfMap(GET_MAP_PATH(ingress, uid), key, rule); WriteUidBpfMap() local
517 ActionKey key = pair.first; WriteActionBpfMap() local
522 WriteBpfMap(GET_MAP_PATH(ingress, action), key, rule); WriteActionBpfMap() local
733 Ipv4LpmKey key = { 0 }; AddDomainCache() local
736 WriteBpfMap(MAP_PATH(DOMAIN_IPV4_MAP), key, value); AddDomainCache() local
738 Ipv6LpmKey key = { 0 }; AddDomainCache() local
741 WriteBpfMap(MAP_PATH(DOMAIN_IPV6_MAP), key, value); AddDomainCache() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp80 int32_t LnnGetLocalStrInfo(InfoKey key, char *info, uint32_t len) in LnnGetLocalStrInfo() argument
140 int32_t SoftBusGenerateSessionKey(char *key, uint32_t len) in SoftBusGenerateSessionKey() argument
160 int32_t LnnSetLocalStrInfo(InfoKey key, const char *info) in LnnSetLocalStrInfo() argument
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp205 int32_t SoftBusServer::GetNodeKeyInfo(const char *pkgName, const char *networkId, int key, unsigned char *buf, in GetNodeKeyInfo() argument
/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_network_manager.c162 char *key = strtok_s(buf, LNN_DELIMITER_OUTSIDE, &outerPtr); in ParseIfNameConfig() local
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp259 void RequestContext::CachePerformanceTimingItem(const std::string &key, double value) in CachePerformanceTimingItem() argument
264 void RequestContext::StopAndCachePerformanceTiming(const char *key) in StopAndCachePerformanceTiming() argument
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp115 WifiSecurityType key = WifiSecurityType(securityType); in GetKeyMgmtBySecType() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/
H A Dwifi_p2p_hal_interface.cpp551 P2pSetSingleConfig(int networkId, const std::string &key, const std::string &value) const P2pSetSingleConfig() argument
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp346 int TagSession::FormatNdef(int tagRfDiscId, const std::string& key) in FormatNdef() argument
/foundation/communication/netstack/frameworks/native/websocket_client/
H A Dwebsocket_client.cpp402 const std::string &key = item.first; in Connect() local
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp203 void MDnsProtocolImpl::handleOfflineService(const std::string &key, std::vector<Result> &res) in handleOfflineService() argument
263 UnRegister(const std::string &key) UnRegister() argument
851 IsCacheAvailable(const std::string &key) IsCacheAvailable() argument
859 IsDomainCacheAvailable(const std::string &key) IsDomainCacheAvailable() argument
864 IsInstanceCacheAvailable(const std::string &key) IsInstanceCacheAvailable() argument
869 IsBrowserAvailable(const std::string &key) IsBrowserAvailable() argument
874 AddEvent(const std::string &key, const Task &task) AddEvent() argument
891 KillCache(const std::string &key) KillCache() argument
911 KillBrowseCache(const std::string &key, std::vector<Result>::iterator &it) KillBrowseCache() argument
[all...]
/foundation/communication/nfc/services/src/external_deps/
H A Dexternal_deps_proxy.cpp71 void ExternalDepsProxy::NfcDataSetString(const std::string& key, const std::string& value) in NfcDataSetString() argument
76 std::string ExternalDepsProxy::NfcDataGetString(const std::string& key) in NfcDataGetString() argument
81 void ExternalDepsProxy::NfcDataSetInt(const std::string& key, const int value) in NfcDataSetInt() argument
86 int ExternalDepsProxy::NfcDataGetInt(const std::string& key) in NfcDataGetInt() argument
96 void ExternalDepsProxy::NfcDataDelete(const std::string& key) in NfcDataDelete() argument
[all...]
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp207 std::string key; in GetDeviceProfile() local
264 std::string key = GenerateKey(udid, SERVICES, KeyType::SERVICE_LIST); in SetServiceType() local
132 GenerateKey(const std::string& udid, const std::string& key, KeyType keyType) GenerateKey() argument
621 ReportFaultEvent(const std::string& event, const std::string& key, const int32_t result) ReportFaultEvent() argument
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dkv_store_nb_delegate_mock.cpp20 DBStatus KvStoreNbDelegateMock::Get(const Key &key, Value &value) const in Get() argument
55 DBStatus KvStoreNbDelegateMock::Put(const Key &key, const Value &value) in Put() argument
70 DBStatus KvStoreNbDelegateMock::Delete(const Key &key) in Delete() argument
75 DBStatus KvStoreNbDelegateMock::GetLocal(const Key &key, Value &value) const in GetLocal() argument
85 DBStatus KvStoreNbDelegateMock::PutLocal(const Key &key, const Value &value) in PutLocal() argument
90 DBStatus KvStoreNbDelegateMock::DeleteLocal(const Key &key) in DeleteLocal() argument
95 DBStatus KvStoreNbDelegateMock::PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, in PublishLocal() argument
101 DBStatus KvStoreNbDelegateMock::UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) in UnpublishToLocal() argument
106 DBStatus KvStoreNbDelegateMock::RegisterObserver(const Key &key, unsigned int mode, in RegisterObserver() argument
H A Ddb_store_mock.cpp21 DBStatus DBStoreMock::Get(const Key &key, Value &value) const in Get() argument
59 DBStatus DBStoreMock::Put(const Key &key, const Value &value) in Put() argument
74 DBStatus DBStoreMock::Delete(const Key &key) in Delete() argument
79 DBStatus DBStoreMock::GetLocal(const Key &key, Value &value) const in GetLocal() argument
89 DBStatus DBStoreMock::PutLocal(const Key &key, const Value &value) in PutLocal() argument
94 DeleteLocal(const Key &key) DeleteLocal() argument
99 PublishLocal(const Key &key, bool deleteLocal, bool updateTimestamp, const KvStoreNbPublishOnConflict &onConflict) PublishLocal() argument
105 UnpublishToLocal(const Key &key, bool deletePublic, bool updateTimestamp) UnpublishToLocal() argument
110 RegisterObserver(const Key &key, unsigned int mode, KvStoreObserver *observer) RegisterObserver() argument
121 KvStoreObserver *key = const_cast<KvStoreObserver *>(observer); UnRegisterObserver() local
254 Get(ConcurrentMap<Key, Value> &store, const Key &key, Value &value) const Get() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp71 const auto &key = item->first; in RemoveDataExceptExtendInfo() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp98 std::string key = meta.GetSecretKey(); in RdbGeneralStore() local

Completed in 34 milliseconds

1...<<51525354555657585960>>...70