/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_impl.cpp | 238 for (const auto &metaKey : AVMETA_KEY) { in SetValueByType() local 250 if (innerMeta->GetData(metaKey, intVal)) { in ProcessMetaKey() 251 outputMeta->SetData(metaKey, intVal); in ProcessMetaKey() 255 if (innerMeta->GetData(metaKey, strVal)) { in ProcessMetaKey() 256 outputMeta->SetData(metaKey, strVal); in ProcessMetaKey() 270 if (innerMeta->GetData(metaKey, isTrue)) { in ProcessMetaKey() 271 outputMeta->SetData(metaKey, isTrue); in ProcessMetaKey() 275 if (innerMeta->GetData(metaKey, value)) { in ProcessMetaKey() 276 outputMeta->SetData(metaKey, value); in ProcessMetaKey() 280 if (innerMeta->GetData(metaKey, value)) { in ProcessMetaKey() [all …]
|
H A D | hitranscoder_impl.h | 84 …t std::shared_ptr<Meta> &innerMeta, std::shared_ptr<Meta> &outputMeta, const std::string &metaKey);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | key_event.h | 482 int32_t metaKey, int64_t deviceId, SourceType sourceType, std::vector<uint8_t> enhanceData) in KeyEvent() 484 …timeStamp(timeStamp), metaKey(metaKey), deviceId(deviceId), sourceType(sourceType), enhanceData(en… in KeyEvent() 589 int32_t metaKey = 0; member 625 metaKey_ = event.metaKey; in DECLARE_RELATIONSHIP_OF_CLASSES() 659 void SetMetaKey(int32_t metaKey) in SetMetaKey() argument 661 metaKey_ = metaKey; in SetMetaKey()
|
H A D | key_event_recognizer.h | 31 … int64_t timeStampStart = 0, int32_t metaKey = 0, int32_t keySource = 0, int64_t deviceId = 0,
|
H A D | key_event_recognizer.cpp | 502 int64_t timeStamp, int64_t timeStampStart, int32_t metaKey, int32_t keySource, int64_t deviceId, in GetKeyEvents() argument 514 if (static_cast<uint32_t>(metaKey) & static_cast<uint32_t>(CtrlKeysBit::CTRL)) { in GetKeyEvents() 517 if (static_cast<uint32_t>(metaKey) & static_cast<uint32_t>(CtrlKeysBit::SHIFT)) { in GetKeyEvents() 520 if (static_cast<uint32_t>(metaKey) & static_cast<uint32_t>(CtrlKeysBit::ALT)) { in GetKeyEvents()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_avcall_state.cpp | 59 std::string metaKey; in ConvertFilter() local 60 status = NapiUtils::GetValue(env, value, metaKey); in ConvertFilter() 63 if (pair.first == metaKey) { in ConvertFilter()
|
H A D | napi_avcall_meta_data.cpp | 68 std::string metaKey; in ConvertFilter() local 69 status = NapiUtils::GetValue(env, value, metaKey); in ConvertFilter() 72 if (pair.first == metaKey) { in ConvertFilter()
|
H A D | napi_playback_state.cpp | 95 std::string metaKey; in ConvertFilter() local 96 status = NapiUtils::GetValue(env, value, metaKey); in ConvertFilter() 99 if (pair.first == metaKey) { in ConvertFilter()
|
H A D | napi_meta_data.cpp | 127 std::string metaKey; in ConvertFilter() local 128 status = NapiUtils::GetValue(env, value, metaKey); in ConvertFilter() 131 if (pair.first == metaKey) { in ConvertFilter()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/nativewindow_fuzzer/ |
H A D | nativewindow_fuzzer.cpp | 183 OH_NativeBuffer_MetadataKey metaKey = GetData<OH_NativeBuffer_MetadataKey>(); in NativeWindowFuzzTest1() local 189 OH_NativeWindow_SetMetadataValue(nativeWindow, metaKey, len, buff); in NativeWindowFuzzTest1() 191 OH_NativeWindow_GetMetadataValue(nativeWindow, metaKey, &len, &checkMetaData); in NativeWindowFuzzTest1()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_component_id_ffi.cpp | 83 keyEvent.metaKey = cJKeyEvent.metaKey; in GetKeyEventFromCJ()
|
H A D | cj_common_ffi.h | 199 int32_t metaKey; member
|
H A D | cj_interactable_view_ffi.cpp | 260 ffiKeyInfo.metaKey = keyInfo.GetMetaKey(); in FfiOHOSAceFrameworkInteractableViewOnKey()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector.h | 27 int32_t metaKey = 0; member
|
H A D | inspector.cpp | 270 keyEvent.metaKey = event.metaKey; in SendKeyEvent()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/ |
H A D | metadata_controller.cpp | 207 for (auto &metaKey : DATA_BASE) { in FilterUpdateKeys() local 209 int rc = FindCameraMetadataItem(data, metaKey, &entry); in FilterUpdateKeys() 213 metaKeys.push_back(metaKey); in FilterUpdateKeys()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-events-key.md | 69 | metaKey | number | 按键发生时元键的状态,1表示…
|
H A D | ts-universal-attributes-component-id.md | 324 metaKey: 0,
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | event_dispatcher.cpp | 112 event.metaKey = keyEvent->metaKey; in ConvertKeyEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | key_event.h | 449 int32_t metaKey = 0; variable
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/ |
H A D | object_manager.cpp | 301 std::string metaKey = GetMetaUserIdKey(userId, appId); in Clear() local 302 if (!DistributedData::MetaDataManager::GetInstance().LoadMeta(metaKey, metaData, true)) { in Clear() 343 std::string metaKey = GetMetaUserIdKey(userId, appId); in DeleteByAppId() local 344 auto status = DistributedData::MetaDataManager::GetInstance().DelMeta(metaKey, true); in DeleteByAppId()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_subscribe_query_test.cpp | 854 Key metaKey(subKey.begin(), subKey.end()); variable 855 EXPECT_EQ(store->GetMetaData(metaKey, valGot), E_OK);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-events-key.md | 69 | metaKey | number | State of the m…
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tabs_event_test_ng.cpp | 1013 int32_t metaKey = 1; variable 1018 …auto event = KeyEvent(code, action, pressedCodes, repeatTime, time, metaKey, deviceId, sourceType,…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | meta_data.cpp | 352 std::string metaKey(key.begin(), key.end()); in LoadDeviceIdDataToMap() local 358 PutMetadataToMap(metaKey, metaValue); in LoadDeviceIdDataToMap()
|