Home
last modified time | relevance | path

Searched defs:key (Results 1026 – 1050 of 3525) sorted by relevance

1...<<41424344454647484950>>...141

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.cpp41 int MultiVerNaturalStoreConnection::Get(const IOption &option, const Key &key, Value &value) const in Get() argument
70 int MultiVerNaturalStoreConnection::Put(const IOption &option, const Key &key, const Value &value) in Put()
102 int MultiVerNaturalStoreConnection::Delete(const IOption &option, const Key &key) in Delete()
503 int MultiVerNaturalStoreConnection::CheckDataStatus(const Key &key, const Value &value, bool isDele… in CheckDataStatus() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.cpp38 int SQLiteLocalKvDBConnection::Get(const IOption &option, const Key &key, Value &value) const in Get() argument
63 int SQLiteLocalKvDBConnection::Put(const IOption &option, const Key &key, const Value &value) in Put()
96 int SQLiteLocalKvDBConnection::Delete(const IOption &option, const Key &key) in Delete()
492 int SQLiteLocalKvDBConnection::CheckDataStatus(const Key &key, const Value &value, bool isDeleted) … in CheckDataStatus() argument
H A Dsqlite_local_kvdb_snapshot.cpp30 int SQLiteLocalKvDBSnapshot::Get(const Key &key, Value &value) const in Get() argument
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage.cpp170 int32_t DeviceProfileStorage::GetDeviceProfile(const std::string& key, std::string& value) in GetDeviceProfile()
190 int32_t DeviceProfileStorage::PutDeviceProfile(const std::string& key, const std::string& value) in PutDeviceProfile()
260 int32_t DeviceProfileStorage::DeleteDeviceProfile(const std::string& key) in DeleteDeviceProfile()
369 int32_t DeviceProfileStorage::GetDeviceProfile(const std::string& udid, const std::string& key, std… in GetDeviceProfile()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java723 public final void cancelNotification(String key) { in cancelNotification()
790 public final void snoozeNotification(String key, String snoozeCriterionId) { in snoozeNotification()
813 public final void snoozeNotification(String key, long durationMs) { in snoozeNotification()
1561 String key, boolean isVisible) { in onNotificationVisibilityChanged()
1574 String key, boolean isUserAction, boolean isExpanded) { in onNotificationExpansionChanged()
1579 public void onNotificationDirectReply(String key) { in onNotificationDirectReply()
1594 public void onNotificationClicked(String key) { in onNotificationClicked()
2270 final String key = rankings[i].getKey(); in RankingMap() local
2285 final String key = r.getKey(); in RankingMap() local
2346 public boolean getRanking(String key, Ranking outRanking) { in getRanking()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1947 int32_t LnnSetLocalStrInfo(InfoKey key, const char *info) in LnnSetLocalStrInfo()
1980 static int32_t LnnSetLocalInfo(InfoKey key, void* info) in LnnSetLocalInfo()
2084 int32_t LnnGetLocalNumInfo(InfoKey key, int32_t *info) in LnnGetLocalNumInfo()
2089 int32_t LnnSetLocalNumInfo(InfoKey key, int32_t info) in LnnSetLocalNumInfo()
2094 int32_t LnnGetLocalNum64Info(InfoKey key, int64_t *info) in LnnGetLocalNum64Info()
2099 int32_t LnnGetLocalNumU64Info(InfoKey key, uint64_t *info) in LnnGetLocalNumU64Info()
2104 int32_t LnnSetLocalNum64Info(InfoKey key, int64_t info) in LnnSetLocalNum64Info()
2109 int32_t LnnGetLocalNum16Info(InfoKey key, int16_t *info) in LnnGetLocalNum16Info()
2114 int32_t LnnSetLocalNum16Info(InfoKey key, int16_t info) in LnnSetLocalNum16Info()
2124 int32_t LnnSetLocalNumU16Info(InfoKey key, uint16_t info) in LnnSetLocalNumU16Info()
[all …]
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_rdb_data_mgr.cpp156 ErrCode FormRdbDataMgr::InsertData(const std::string &tableName, const std::string &key) in InsertData()
189 ErrCode FormRdbDataMgr::InsertData(const std::string &tableName, const std::string &key, const std:… in InsertData()
224 ErrCode FormRdbDataMgr::DeleteData(const std::string &tableName, const std::string &key) in DeleteData()
258 ErrCode FormRdbDataMgr::QueryData(const std::string &tableName, const std::string &key, in QueryData()
311 ErrCode FormRdbDataMgr::QueryData(const std::string &tableName, const std::string &key, in QueryData()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp153 void DlpFileManager::CleanTempBlob(struct DlpBlob& key, struct DlpCipherParam** tagIv, struct DlpBl… in CleanTempBlob()
171 int32_t DlpFileManager::PrepareDlpEncryptParms(PermissionPolicy& policy, struct DlpBlob& key, in PrepareDlpEncryptParms()
284 struct DlpBlob key = {.size = policy.GetAeskeyLen(), .data = policy.GetAeskey()}; in ParseDlpFileFormat() local
299 void DlpFileManager::FreeChiperBlob(struct DlpBlob& key, struct DlpBlob& certData, in FreeChiperBlob()
325 struct DlpBlob key; in SetDlpFileParams() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp134 int32_t PreferencesImpl::Delete(const std::string &key) in Delete()
144 bool PreferencesImpl::HasKey(const std::string &key) in HasKey()
417 ValueType PreferencesImpl::Get(const std::string &key, const ValueType &defValue) in Get()
432 int32_t PreferencesImpl::Put(const std::string &key, const ValueType &value) in Put()
529 void CJPreferencesObserver::OnChange(const std::string &key) in OnChange()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Dpublished_data_subscriber_manager.cpp81 for (auto const &key : lastDelKeys) { in DelObservers() local
199 for (const auto& key : keys) { in RecoverObservers() local
216 Key key(data.key_, data.subscriberId_); in Emit() local
224 PublishedObserverMapKey key(data.key_, data.subscriberId_); in Emit() local
249 for (auto &key : keys) { in Emit() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_metadata_test.cpp761 std::string key = g_modifyData[i][0]; variable
793 std::string key = g_dirtData[i][0]; variable
1102 std::string key = g_batchData006[i][0]; variable
1243 std::string key = g_error[i][0]; variable
1553 std::string key = g_batchData008[i][0]; variable
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/
H A Dthermal_level_event_system_test.cpp193 …std::string key = ToString(static_cast<int32_t>(ThermalCommonEventCode::CODE_THERMAL_LEVEL_CHANGED… in OnReceiveEvent() local
204 …std::string key = ToString(static_cast<int32_t>(ThermalCommonEventCode::CODE_THERMAL_LEVEL_CHANGED… in OnReceiveEvent() local
215 …std::string key = ToString(static_cast<int32_t>(ThermalCommonEventCode::CODE_THERMAL_LEVEL_CHANGED… in OnReceiveEvent() local
226 …std::string key = ToString(static_cast<uint32_t>(ChargeIdleEventCode::EVENT_CODE_CHARGE_IDLE_STATE… in OnReceiveEvent() local
237 …std::string key = ToString(static_cast<uint32_t>(ChargeIdleEventCode::EVENT_CODE_CHARGE_IDLE_STATE… in OnReceiveEvent() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp82 void GetStringIfExist(const cJSON* obj, const std::string& key, std::string& out) in GetStringIfExist()
93 void GetInt32IfExist(const cJSON* obj, const std::string& key, int32_t& out) in GetInt32IfExist()
104 void GetInt64IfExist(const cJSON* obj, const std::string& key, int64_t& out) in GetInt64IfExist()
115 void GetStringArrayIfExist(const cJSON* obj, const std::string& key, std::vector<std::string>& out) in GetStringArrayIfExist()
132 void GetJsonObjectIfExist(const cJSON* obj, const std::string& key, cJSON** out) in GetJsonObjectIfExist()
/aosp14/frameworks/base/core/java/android/security/rkp/
H A DIGetKeyCallback.aidl64 void onSuccess(in RemotelyProvisionedKey key); in onSuccess()
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DLayoutPerfTest.java68 public LayoutPerfTest(String key, int layoutId, int viewId) { in LayoutPerfTest()
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DSettingsStateManager.java42 @NonNull String key) { in SettingsStateManager()
/aosp14/system/core/libcutils/
H A Dandroid_get_control_file.cpp52 char *key = NULL; in __android_get_control_from_env() local
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dgeneration.proto32 optional int32 key = 1; field
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_gaussianblur_declaration.cpp49 std::string key = attr.first; in SetSpecializedValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dstatic_image_object.cpp30 auto key = ImageUtils::GenerateImageKey(src_, targetSize); in MakeCanvasImage() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/data_ability_observer_proxy_test/
H A Ddata_ability_observer_proxy_test.cpp114 std::string key = "test"; variable
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/
H A Dfaultlog_info_ohos.cpp123 std::string key; in Unmarshalling() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/include/
H A Doh_preferences_value_impl.h29 const char *key; member
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/mock/
H A Dsoftbus_bus_center.cpp18 int32_t GetNodeKeyInfo(const char *pkgName, const char *networkId, NodeDeviceInfoKey key, uint8_t *… in GetNodeKeyInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/
H A Ddocument_key.cpp51 int DocumentKey::GetOidDocKey(DocKey &key) in GetOidDocKey()

1...<<41424344454647484950>>...141