/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | file_adapter.c | 203 …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 D | call_earthquake_alarm_subscriber.cpp | 95 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 D | user_sign_centre.c | 53 …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 D | gpu_context_test.cpp | 41 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 D | insight_intent_execute_manager.cpp | 48 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 D | dscreen_source_proxy.cpp | 146 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 D | v_input_device.h | 151 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 D | v_input_device.h | 152 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 D | database_test.cpp | 65 std::string key = "databasetest"; variable 84 std::string key = "databasetest"; variable
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_manager_mock.cpp | 99 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 D | dump_helper.cpp | 218 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, ¶ms](const auto &key, auto &value) { in DumpAllInfo()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_enhancement/src/enhancement_service/ |
H A D | enhancement_service_adapter.cpp | 389 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 D | theme_constants.cpp | 43 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 D | device_profile_storage_manager.cpp | 133 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 D | daudio_input_test.cpp | 502 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 D | single_store_impl.cpp | 35 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() 218 …const 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 D | napi_sym_key_generator.cpp | 199 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 D | profile_storage_test.cpp | 541 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 D | lnn_net_builder_deps_mock.cpp | 125 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 D | lnn_kv_data_change_listener.cpp | 78 for (const auto &key : keys) { in ConvertCloudChangeDataToEntries() local
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/adapter/unittest/ |
H A D | lnn_kv_adapter_test.cpp | 130 string key = "key"; variable
|
/ohos5.0/base/startup/init/services/etc/appender/ |
H A D | file_appender.py | 52 def insert_append_user_value(key, arr, source_dict): argument
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_meta_executor.cpp | 76 Key key; in GetAllKeys() local
|
/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantthird_fuzzer/ |
H A D | wantthird_fuzzer.cpp | 58 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 D | clone_update_strategy.cpp | 62 std::string CloneUpdateStrategy::GetBundleOrAbilityName(const std::string &key) in GetBundleOrAbilityName()
|