/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_utils.cpp | 279 napi_value key = nullptr; in GetValue() local
|
/ohos5.0/base/startup/init/services/param/include/ |
H A D | param_common.h | 62 char key[0]; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/ |
H A D | metadata_controller.cpp | 361 int32_t key, const camera_metadata_item_t &baseEntry, const camera_metadata_item_t &newEntry) in IsChangeTagData()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_stub.cpp | 384 std::vector<uint8_t> key; in OnGetPassword() local
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 492 for (const auto key : keys) { variable
|
/ohos5.0/drivers/peripheral/huks/hdi_service/ |
H A D | huks_hdi_service.c | 52 …32_t HuksImportKey(struct IHuks *self, const struct HuksBlob *keyAlias, const struct HuksBlob *key, in HuksImportKey()
|
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/tags/ |
H A D | tag_session_proxy.cpp | 288 int TagSessionProxy::FormatNdef(int tagRfDiscId, const std::string& key) in FormatNdef()
|
/ohos5.0/foundation/communication/nfc/services/src/ipc/tags/ |
H A D | tag_session_stub.cpp | 297 std::string key = data.ReadString(); in HandleFormatNdef() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_encryption_util.cpp | 249 int32_t ImportKey(const WifiEncryptionInfo &wifiEncryptionInfo, const std::string &key) in ImportKey()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
H A D | wifi_c_device.cpp | 115 WifiSecurityType key = WifiSecurityType(securityType); in GetKeyMgmtBySecType() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_source_loading.cpp | 92 std::string GetLocalThumbnailPath(const std::string &path, const std::string &key) in GetLocalThumbnailPath()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | sketch_wrapper.cpp | 203 float key = dataEntry[i * dataGroupSize]; in UpdateSketchEnableRatio() local
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | fs_hvb.c | 562 int FsHvbGetValueFromCmdLine(char *val, size_t size, const char *key) in FsHvbGetValueFromCmdLine()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_branch_test.cpp | 260 const std::string key = "key"; variable
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/ |
H A D | alg_defs.h | 69 uint8_t *key; member
|
/aosp14/frameworks/base/telecomm/java/android/telecom/ |
H A D | Call.java | 2175 public final void putExtra(String key, boolean value) { in putExtra() 2190 public final void putExtra(String key, int value) { in putExtra() 2205 public final void putExtra(String key, String value) { in putExtra()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue.cpp | 256 V1_1::BufferHandleAttrKey key = V1_1::BufferHandleAttrKey::ATTRKEY_REQUEST_ACCESS_TYPE; in SetSurfaceBufferHebcMetaLocked() local 1755 GSError BufferQueue::SetMetaDataSet(uint32_t sequence, GraphicHDRMetadataKey key, in SetMetaDataSet() 1799 GSError BufferQueue::GetMetaDataSet(uint32_t sequence, GraphicHDRMetadataKey &key, in GetMetaDataSet()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_util.cpp | 701 std::string key; in GetValue() local 741 napi_value key = nullptr; in SetValue() local 845 std::string key; in GetValue() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime.cpp | 1311 std::string key(moduleName); in PreloadMainAbility() local 1321 std::string key(moduleName); in PreloadModule() local 1328 bool JsRuntime::PopPreloadObj(const std::string& key, std::unique_ptr<NativeReference>& obj) in PopPreloadObj()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 1411 size_t MediaFileUtils::FindIgnoreCase(const std::string &str, const std::string &key) 1670 void MediaFileUtils::UriAppendKeyValue(string &uri, const string &key, std::string value) 2035 …eUtils::GenerateKvStoreKey(const std::string &fileId, const std::string &dateKey, std::string &key)
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 357 std::string key = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPrinterProperties() local 564 std::string key = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestBuildPrinterPreferenceByOption() local 574 std::string key = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestBuildPrinterAttrComponentByJson() local
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderCallsStats.java | 996 final CallStatKey key = (CallStatKey) o; in equals() local 1072 CallStatKey key = new CallStatKey(); in getOrCreate() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 48 void JSI::SetProperty(JSIValue object, JSIValue key, JSIValue value) in SetProperty() 328 JSIValue JSI::GetProperty(JSIValue object, JSIValue key) in GetProperty()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/ |
H A D | softbus_server_stub_test.cpp | 863 int32_t key = 13; variable 900 int32_t key = 0; variable
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_proxy.cpp | 315 ErrCode AppAccountProxy::GetAssociatedData(const std::string &name, const std::string &key, std::st… in GetAssociatedData() 326 ErrCode AppAccountProxy::SetAssociatedData(const std::string &name, const std::string &key, const s… in SetAssociatedData()
|