/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_chipset_platform_encrypt_test.cpp | 65 .customInfo = { 82 .customInfo = { 99 .customInfo = { 117 .customInfo = { 135 .customInfo = { 462 res.hmacMsg.insert(res.hmacMsg.end(), input.customInfo.begin(), input.customInfo.end()); in Encrypt() 529 input.customInfo = VectorStrToVectorUint8(data["customInfo"]); in ReadInputFile() 540 HKS_TEST_LOG_I("read customInfo size = %zu, data = ", input.customInfo.size()); in ReadInputFile() 541 PrintOne(input.customInfo); in ReadInputFile()
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/resources/dumpfile/ |
H A D | input.txt | 108 …type: ClickRecognizer, depth: 3, id: 0xf0c19f90, parentId: 0xef57c6f0, customInfo: count: 1, finge… 112 …: LongPressRecognizer, depth: 2, id: 0xef748aa0, parentId: 0xef57cf40, customInfo: duration: 500, … 116 …, type: PanRecognizer, depth: 1, id: 0xf3d6bfc0, parentId: 0xf063eed0, customInfo: direction: 3, i… 129 …: LongPressRecognizer, depth: 1, id: 0xef748aa0, parentId: 0xf063eed0, customInfo: duration: 500, … 133 …, type: PanRecognizer, depth: 1, id: 0xf3d6bfc0, parentId: 0xf063eed0, customInfo: direction: 3, i… 174 …: LongPressRecognizer, depth: 1, id: 0xef748aa0, parentId: 0xf063eed0, customInfo: duration: 500, … 178 …, type: PanRecognizer, depth: 1, id: 0xf3d6bfc0, parentId: 0xf063eed0, customInfo: direction: 3, i… 219 …: LongPressRecognizer, depth: 1, id: 0xef748aa0, parentId: 0xf063eed0, customInfo: duration: 500, … 223 …, type: PanRecognizer, depth: 1, id: 0xf3d6bfc0, parentId: 0xf063eed0, customInfo: direction: 3, i… 269 …, type: PanRecognizer, depth: 1, id: 0xf3d6bfc0, parentId: 0xf063eed0, customInfo: direction: 3, i… [all …]
|
/ohos5.0/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/ |
H A D | avmetadatahelper_service_proxy.cpp | 154 std::shared_ptr<Meta> customInfo = std::make_shared<Meta>(); in GetAVMetadata() local 166 ret = customInfo->FromParcel(reply); in GetAVMetadata() 176 metadata->SetData("customInfo", customInfo); in GetAVMetadata()
|
H A D | avmetadatahelper_service_stub.cpp | 300 std::shared_ptr<Meta> customInfo = std::make_shared<Meta>(); in GetAVMetadata() local 309 ret &= metadata->GetData("customInfo", customInfo); in GetAVMetadata() 311 ret &= customInfo->ToParcel(reply); in GetAVMetadata()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
H A D | hks_chipset_platform_test.h | 51 std::vector<uint8_t> customInfo; member
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | avmetadataextractor_napi.cpp | 208 napi_value customInfo = nullptr; in ResolveMetadataComplete() local 211 napi_create_object(env, &customInfo); in ResolveMetadataComplete() 238 …CHECK_AND_CONTINUE_LOG(CommonNapi::SetPropertyByValueType(env, customInfo, customData, iter->first… in ResolveMetadataComplete() 247 napi_set_named_property(env, result, "customInfo", customInfo); in ResolveMetadataComplete()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/ |
H A D | recorder_unit_test.cpp | 1521 Meta customInfo; variable 1522 customInfo.SetData("key", "value"); 1523 recorder_->SetUserCustomInfo(customInfo); 1552 Meta customInfo; variable 1553 customInfo.SetData("key", "value"); 1554 recorder_->SetUserCustomInfo(customInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | touch_event.h | 734 if (!customInfo.empty()) { in Dump() 735 oss << ", " << "customInfo: " << customInfo; in Dump() 765 std::string customInfo; member
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 173 Meta customInfo; member
|
H A D | recorder_server.cpp | 589 config_.customInfo = userCustomInfo; in SetUserCustomInfo()
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder.h | 436 Meta customInfo; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | rotation_recognizer.cpp | 448 info->customInfo = oss.str(); in Dump()
|
H A D | pinch_recognizer.cpp | 506 info->customInfo = oss.str(); in Dump()
|
H A D | long_press_recognizer.cpp | 461 info->customInfo = oss.str(); in Dump()
|
H A D | swipe_recognizer.cpp | 497 info->customInfo = oss.str(); in Dump()
|
H A D | click_recognizer.cpp | 567 info->customInfo = oss.str(); in Dump()
|
H A D | pan_recognizer.cpp | 870 info->customInfo = oss.str(); in Dump()
|
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/ |
H A D | hirecorder_impl.cpp | 845 CustomInfo customInfo = static_cast<const CustomInfo&>(recParam); in ConfigureMuxer() local 846 userMeta_ = std::make_shared<Meta>(customInfo.userCustomInfo); in ConfigureMuxer()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/ |
H A D | avrecorder_napi.cpp | 1986 … CommonNapi::GetPropertyRecord(env, metadata, avMetadata.customInfo, "customInfo") == napi_ok, in GetAVMetaData() 2148 if (!config->metadata.customInfo.Empty()) { in Configure() 2149 ret = recorder_->SetUserCustomInfo(config->metadata.customInfo); in Configure()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media.md | 5268 | customInfo<sup>12+</sup> | Record<string, string> | 否 | 从moov.meta.list 获取的自定义参数键值映射。|
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media.md | 5262 | customInfo<sup>12+</sup> | Record<string, string> | No| Custom key-value mappings obtained from *…
|