/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | hdi_device_v2_1.cpp | 661 std::string key; in PrepareOfflineModel() local
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | image_effect.cpp | 306 ImageEffect_ErrorCode OH_ImageEffect_Configure(OH_ImageEffect *imageEffect, const char *key, in OH_ImageEffect_Configure()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/common/ |
H A D | plugin_utils.cpp | 364 bool TranslateIntoParameter(const int& key, OHOS::Media::Plugin::Tag& tag) in TranslateIntoParameter()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_slot_service.cpp | 778 ErrCode AdvancedNotificationService::SetAdditionConfig(const std::string &key, const std::string &v… in SetAdditionConfig()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | notification_preferences_database_test.cpp | 1063 std::string key; variable
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | user_auth_client_impl.cpp | 186 Attributes::AttributeKey key = keys[0]; in SetPropertyInner() local
|
/ohos5.0/base/web/webview/interfaces/native/ |
H A D | arkweb_scheme_handler.cpp | 162 const ArkWeb_RequestHeaderList* requestHeaderList, int32_t index, char** key, char** value) in OH_ArkWebRequestHeaderList_GetHeader()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/test/ |
H A D | test_napi.cpp | 916 napi_value key = StrToNapiValue(env, "aaa"); variable
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/ |
H A D | test_xml.h | 300 std::string key = "Work"; in ParseEntityFunc() local
|
/aosp14/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 364 final String key = keysAndValues[i].toString(); in makeBundle() local 391 final String key = keysAndValues[i].toString(); in makePersistableBundle() local
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 1876 boolean systemPropertiesGetBoolean(String key, boolean def) { in systemPropertiesGetBoolean() 1880 long systemPropertiesGetLong(String key, long def) { in systemPropertiesGetLong() 1884 String systemPropertiesGet(String key, String def) { in systemPropertiesGet() 1888 String systemPropertiesGet(String key) { in systemPropertiesGet() 1892 void systemPropertiesSet(String key, String value) { in systemPropertiesSet()
|
/aosp14/frameworks/base/core/java/com/google/android/util/ |
H A D | AbstractMessageParser.java | 507 Character key = Character.valueOf(ch); in parseFormatting() local 1373 Character key = Character.valueOf(ch); in getOrCreateChild() local
|
/aosp14/frameworks/base/services/core/jni/BroadcastRadio/ |
H A D | convert.cpp | 333 auto key = StringFromJava(env, jKey); in VendorInfoToHal() local 509 jint key = static_cast<jint>(item.key); in MetadataFromHal() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecord.java | 640 private boolean shouldRedactStringExtra(String key) { in shouldRedactStringExtra() 664 public boolean hasAdjustment(String key) { in hasAdjustment()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 293 auto key = firstArg->ToString(vm)->ToString(vm); in GetFrameNodeByKey() local 305 auto key = firstArg->ToString(vm)->ToString(vm); in GetAttachedFrameNodeById() local
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_mgr_service.cpp | 1230 DumpKey key; in Dump() local 1327 bool FormMgrService::ParseOption(const std::vector<std::u16string> &args, DumpKey &key, std::string… in ParseOption()
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_ability_manager.h | 317 int32_t ExecuteIntent(uint64_t key, const sptr<IRemoteObject> &callerToken, in ExecuteIntent() 811 int32_t ExecuteIntent(uint64_t key, const sptr<IRemoteObject> &callerToken, in ExecuteIntent()
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_fsm.c | 720 AuthDeviceKeyInfo key = {0}; in RecoveryFastAuthKey() local 1620 int32_t AuthSessionSaveSessionKey(int64_t authSeq, const uint8_t *key, uint32_t len) in AuthSessionSaveSessionKey()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_view.cpp | 198 void UIView::SetStyle(uint8_t key, int64_t value) in SetStyle() 217 void UIView::UpdateRectInfo(uint8_t key, const Rect& rect) in UpdateRectInfo()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_utils.cpp | 741 bool SetSysPara(const std::string &key, int32_t value) in SetSysPara() 753 bool GetSysPara(const char *key, T &value) in GetSysPara()
|
/ohos5.0/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 151 napi_value key = nullptr; in CreateJsMap() local 516 napi_env env, napi_value jsObject, const std::string& key, std::vector<std::string>& outArray) in GetStringArrayValueByKey()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | napi_data_ability_helper.cpp | 271 napi_value key = nullptr; in AnalysisValuesBucket() local 1190 napi_value key = nullptr; in AnalysisPacMap() local
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 1740 std::string key; in ParseExtensionInfo() local 1773 std::string key; in ToInnerBundleInfo() local
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 2495 const String16& key = e->getBag().keyAt(i); in getAttributeKeys() local 3545 const String16& key, const String16& value, in addToBag() 3578 status_t ResourceTable::Entry::removeFromBag(const String16& key) { in removeFromBag() 3607 const String16& key = mBag.keyAt(i); in generateAttributes() local 3669 const String16& key = mBag.keyAt(i); in assignResourceIds() local 3700 const String16& key = mBag.keyAt(i); in prepareFlatten() local
|
/aosp14/frameworks/base/media/jni/soundpool/ |
H A D | android_media_SoundPool.cpp | 226 V set(const K& key, const V& value) { in set()
|