Home
last modified time | relevance | path

Searched defs:key (Results 976 – 1000 of 2677) sorted by relevance

1...<<31323334353637383940>>...108

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Dsetting_utils.cpp163 int32_t SettingUtils::Query(Uri uri, const std::string &key, std::string &value) in Query()
198 int32_t SettingUtils::Insert(Uri uri, const std::string &key, const std::string &value) in Insert()
222 int32_t SettingUtils::Update(Uri uri, const std::string &key, const std::string &value) in Update()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_db_adapter.cpp301 int PreferencesDb::Put(const std::vector<uint8_t> &key, const std::vector<uint8_t> &value) in Put()
337 int PreferencesDb::Delete(const std::vector<uint8_t> &key) in Delete()
372 int PreferencesDb::Get(const std::vector<uint8_t> &key, std::vector<uint8_t> &value) in Get()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp55 DBStatus KvStoreDelegateImpl::Put(const Key &key, const Value &value) in Put()
89 DBStatus KvStoreDelegateImpl::Delete(const Key &key) in Delete()
222 Key key; in RegisterObserver() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddm_adapter.cpp113 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
119 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
124 observers_.ForEachCopies([&deviceInfo](auto &key, auto &value) { in Initialize()
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/src/
H A Dpost_event_utils.cpp54 int32_t PostEventUtils::GetIntValue(const string &key, const VariantMap &map) in GetIntValue()
66 int64_t PostEventUtils::GetInt64Value(const string &key, const VariantMap &map) in GetInt64Value()
78 string PostEventUtils::GetStringValue(const string &key, const VariantMap &map) in GetStringValue()
/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_impl.cpp223 napi_value key = UserAuthNapiHelper::Uint64ToNapiUint8Array(env, INVALID_CONTEXT_ID); in Auth() local
229 napi_value key = UserAuthNapiHelper::Uint64ToNapiUint8Array(env, result); in Auth() local
259 napi_value key; in CancelAuth() local
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp87 Status MockSingleKvStore::Delete(const Key &key) in Delete()
92 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put()
97 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp78 Status MockSingleKvStore::Delete(const Key &key) in Delete()
83 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put()
88 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get()
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp83 Status MockSingleKvStore::Delete(const Key &key) in Delete()
88 Status MockSingleKvStore::Put(const Key &key, const Value &value) in Put()
93 Status MockSingleKvStore::Get(const Key &key, Value &value) in Get()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_badge_bridge.cpp34 shared_ptr<JsValue> key = propertyNames->GetElement(runtime, i); in ParseBadgeConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_pattern_declaration.cpp79 std::string key = attr.first; in SetSpecializedAttr() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkey_parser.cpp33 const char * const key; member
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_addlocalservice_context.cpp42 …std::string key = bundleName + MDNS_HOSTPORT_SPLITER_STR + GetServiceInfo().name + MDNS_DOMAIN_SPL… in ParseParams() local
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Drequest_data.cpp39 void RequestData::SetHeader(const std::string &key, const std::string &val) in SetHeader()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Daction_extension_module_loader_test.cpp86 std::string key = "type"; variable
H A Dauto_fill_extension_module_loader_test.cpp86 std::string key = "type"; variable
H A Dembedded_ui_extension_module_loader_test.cpp86 std::string key = "type"; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Ddemuxer_log_compressor.cpp143 for (TagType key: g_supportSourceFormat) { in StringifyMeta() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dgrd_resultset_api_inner.cpp74 int32_t GRD_FetchInner(GRD_ResultSet *resultSet, GRD_KVItemT *key, GRD_KVItemT *value) in GRD_FetchInner()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
H A Dtemplate_data.h29 std::string key; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Dchecker_manager.cpp36 getters_.ForEach([this] (const auto &key, const auto &val) { in LoadCheckers()
/ohos5.0/base/startup/init/interfaces/innerkits/service_watcher/
H A Dservice_watcher.c28 static void ServiceStateChange(const char *key, const char *value, void *context) in ServiceStateChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_component_id_ffi.cpp36 std::string key = id; in FfiOHOSAceFrameworkComponentIdGetInspectorByKey() local
59 std::string key = id; in FfiOHOSAceFrameworkComponentIdSendEventByKey() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp79 jerry_value_t key = jerry_get_property_by_index(keys, index); in CreateNumberFormat() local
137 const jerry_value_t key, in SetStyle()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
H A Dudmf_client_system_hap_test.cpp271 std::string key; variable
312 std::string key; variable

1...<<31323334353637383940>>...108