/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | setting_utils.cpp | 163 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 D | preferences_db_adapter.cpp | 301 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 D | kv_store_delegate_impl.cpp | 55 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 D | dm_adapter.cpp | 113 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 D | post_event_utils.cpp | 54 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 D | user_auth_impl.cpp | 223 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 D | mock_single_kv_store.cpp | 87 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 D | mock_single_kv_store.cpp | 78 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 D | mock_single_kv_store.cpp | 83 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 D | jsi_badge_bridge.cpp | 34 shared_ptr<JsValue> key = propertyNames->GetElement(runtime, i); in ParseBadgeConfig() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_pattern_declaration.cpp | 79 std::string key = attr.first; in SetSpecializedAttr() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | key_parser.cpp | 33 const char * const key; member
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/ |
H A D | mdns_addlocalservice_context.cpp | 42 …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 D | request_data.cpp | 39 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 D | action_extension_module_loader_test.cpp | 86 std::string key = "type"; variable
|
H A D | auto_fill_extension_module_loader_test.cpp | 86 std::string key = "type"; variable
|
H A D | embedded_ui_extension_module_loader_test.cpp | 86 std::string key = "type"; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | demuxer_log_compressor.cpp | 143 for (TagType key: g_supportSourceFormat) { in StringifyMeta() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/ |
H A D | grd_resultset_api_inner.cpp | 74 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 D | template_data.h | 29 std::string key; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/ |
H A D | checker_manager.cpp | 36 getters_.ForEach([this] (const auto &key, const auto &val) { in LoadCheckers()
|
/ohos5.0/base/startup/init/interfaces/innerkits/service_watcher/ |
H A D | service_watcher.c | 28 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 D | cj_component_id_ffi.cpp | 36 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 D | number_format_module.cpp | 79 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 D | udmf_client_system_hap_test.cpp | 271 std::string key; variable 312 std::string key; variable
|