Home
last modified time | relevance | path

Searched defs:key (Results 1101 – 1125 of 2677) sorted by relevance

1...<<41424344454647484950>>...108

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c203 …const char *myIp, const uint8_t *key, uint32_t keyLen, DFileMsgReceiver msgReceiver, int32_t *file… in StartNStackXDFileServer()
252 …const char *peerIp, int32_t peerPort, const uint8_t *key, uint32_t keyLen, DFileMsgReceiver msgRec… in StartNStackXDFileClient()
/ohos5.0/base/telephony/call_manager/services/call_earthquake_alarm/src/
H A Dcall_earthquake_alarm_subscriber.cpp95 int32_t DataShareSwitchState::QueryData(Uri& uri, const std::string& key, std::string& value) in QueryData()
130 bool DataShareSwitchState::RegisterListenSettingsKey(std::string key, bool isReg, in RegisterListenSettingsKey()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c53 …const Buffer key = GetTmpBuffer(tokenKey->macKey, sizeof(tokenKey->macKey), sizeof(tokenKey->macKe… in UserAuthTokenHmac() local
128 …const Buffer key = GetTmpBuffer(tokenKey->macKey, sizeof(tokenKey->macKey), sizeof(tokenKey->macKe… in CheckUserAuthTokenHmac() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/image/
H A Dgpu_context_test.cpp41 std::shared_ptr<Data> Load(const Data& key) override { return nullptr; }; in Load()
42 void Store(const Data& key, const Data& data) override {}; in Store()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp48 int32_t InsightIntentExecuteManager::CheckAndUpdateParam(uint64_t key, const sptr<IRemoteObject> &c… in CheckAndUpdateParam()
105 int32_t InsightIntentExecuteManager::AddRecord(uint64_t key, const sptr<IRemoteObject> &callerToken, in AddRecord()
/ohos5.0/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/
H A Ddscreen_source_proxy.cpp146 const std::string &dhId, const std::string &key, const std::string &value) in ConfigDistributedHardware()
240 const std::string &key, const std::string &value) const in CheckConfigParams() argument
/ohos5.0/foundation/multimodalinput/input/test/facility/virtual_device/include/
H A Dv_input_device.h151 inline bool VInputDevice::SupportKey(size_t key) const in SupportKey()
246 inline bool VInputDevice::HasKey(size_t key) const in HasKey()
/ohos5.0/base/msdp/device_status/tools/vdev/include/
H A Dv_input_device.h152 inline bool VInputDevice::SupportKey(size_t key) const in SupportKey()
247 inline bool VInputDevice::HasKey(size_t key) const in HasKey()
/ohos5.0/base/security/access_token/services/common/database/test/unittest/
H A Ddatabase_test.cpp65 std::string key = "databasetest"; variable
84 std::string key = "databasetest"; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.cpp99 int32_t LnnGetRemoteStrInfo(const char *netWorkId, InfoKey key, char *info, uint32_t len) in LnnGetRemoteStrInfo()
104 int32_t LnnGetLocalStrInfo(InfoKey key, char *info, uint32_t len) in LnnGetLocalStrInfo()
109 int32_t LnnGetLocalNumInfo(InfoKey key, int32_t *info) in LnnGetLocalNumInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/dumper/src/
H A Ddump_helper.cpp218 dumpFactory.ForEach([&formatMaxSize](const auto &key, auto &value) { in GetFormatMaxSize()
255 dumpFactory.ForEach([this, &info, &formatMaxSize](const auto &key, auto &value) { in DumpHelpInfo()
286 dumpFactory.ForEach([&fd, &params](const auto &key, auto &value) { in DumpAllInfo()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/
H A Denhancement_service_adapter.cpp389 int32_t EnhancementServiceAdapter::GetInt(MediaEnhanceBundleHandle* bundle, const char* key) in GetInt()
436 void EnhancementServiceAdapter::PutInt(MediaEnhanceBundleHandle* bundle, const char* key, in PutInt()
450 void EnhancementServiceAdapter::PutString(MediaEnhanceBundleHandle* bundle, const char* key, in PutString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp43 bool ValueTypeMatch(const ResValueWrapper& valueWrapper, uint32_t key, const ThemeConstantsType& ex… in ValueTypeMatch()
66 const ResValueWrapper* ThemeConstants::GetPlatformConstants(uint32_t key) in GetPlatformConstants()
229 std::string ThemeConstants::GetPluralString(uint32_t key, int count) const in GetPluralString()
506 const auto& key = child->GetKey(); in ParseCustomStyle() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp133 const std::string& key, KeyType keyType) in GenerateKey()
207 std::string key; in GetDeviceProfile() local
261 std::string key = GenerateKey(udid, SERVICES, KeyType::SERVICE_LIST); in SetServiceType() local
605 const std::string& key, const int32_t result) in ReportFaultEvent()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp502 std::string key = mySessName + "_" + peerDevId; variable
522 std::string key = sessName + "_" + peerDevId; variable
542 std::string key = sessName + "_" + peerDevId; variable
556 std::string key = sessName + peerDevId; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp35 Status SingleStoreImpl::Put(const Key &key, const Value &value) in Put()
87 Status SingleStoreImpl::Delete(const Key &key) in Delete()
118 for (const auto &key : keys) { in DeleteBatch() local
193 Status SingleStoreImpl::Get(const Key &key, Value &value) in Get()
218const Key &key, const std::string &networkId, const std::function<void(Status, Value &&)> &onResul… in Get()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sym_key_generator.cpp199 HcfSymKey *key = nullptr; in AsyncGenKeyProcess() local
249 HcfSymKey *key = nullptr; in AsyncConvertKeyProcess() local
331 static bool napiGetInstance(napi_env env, HcfSymKey *key, napi_value instance) in napiGetInstance()
401 HcfSymKey *key = nullptr; in JsGenerateSymKeySync() local
478 HcfSymKey *key = nullptr; in JsConvertKeySync() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_storage_test.cpp541 std::string key = "EVENT_KEY"; variable
596 std::string key = ""; variable
611 std::string key = ""; variable
627 std::string key = "11111"; variable
643 std::string key = ""; variable
659 std::string key = "11111"; variable
1161 std::string key = variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_builder_deps_mock.cpp125 int32_t LnnSetLocalStrInfo(InfoKey key, const char *info) in LnnSetLocalStrInfo()
130 int32_t LnnSetLocalNumInfo(InfoKey key, int32_t info) in LnnSetLocalNumInfo()
135 int32_t LnnGetLocalStrInfo(InfoKey key, char *info, uint32_t len) in LnnGetLocalStrInfo()
140 int32_t LnnGetLocalNumInfo(InfoKey key, int32_t *info) in LnnGetLocalNumInfo()
145 int32_t LnnGetLocalNumU32Info(InfoKey key, uint32_t *info) in LnnGetLocalNumU32Info()
155 int32_t LnnGetRemoteStrInfo(const char *netWorkId, InfoKey key, char *info, uint32_t len) in LnnGetRemoteStrInfo()
160 int32_t LnnGetRemoteNumInfo(const char *netWorkId, InfoKey key, int32_t *info) in LnnGetRemoteNumInfo()
165 int32_t LnnGetRemoteNumU32Info(const char *netWorkId, InfoKey key, uint32_t *info) in LnnGetRemoteNumU32Info()
603 int32_t LnnSetLocalByteInfo(InfoKey key, const uint8_t *info, uint32_t len) in LnnSetLocalByteInfo()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/kv_store/src/
H A Dlnn_kv_data_change_listener.cpp78 for (const auto &key : keys) { in ConvertCloudChangeDataToEntries() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/
H A Dlnn_kv_adapter_test.cpp130 string key = "key"; variable
/ohos5.0/base/startup/init/services/etc/appender/
H A Dfile_appender.py52 def insert_append_user_value(key, arr, source_dict): argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_meta_executor.cpp76 Key key; in GetAllKeys() local
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantthird_fuzzer/
H A Dwantthird_fuzzer.cpp58 std::string key(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
H A Dclone_update_strategy.cpp62 std::string CloneUpdateStrategy::GetBundleOrAbilityName(const std::string &key) in GetBundleOrAbilityName()

1...<<41424344454647484950>>...108