/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/ |
H A D | audio_ffmpeg_encoder_plugin.cpp | 163 Status AudioFfmpegEncoderPlugin::SetParameter(Tag tag, const ValueType& value) in SetParameter() 170 Status AudioFfmpegEncoderPlugin::GetParameter(Tag tag, ValueType& value) in GetParameter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_base_utils.cpp | 388 std::string tag = std::as_const(pageUrl); in TranslateStack() local 442 std::string tag = std::as_const(pageUrl); in TranslateBySourceMap() local 695 …tr<JsRuntime>& runtime, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc, AceLogTag& tag) in GetLogTag() 777 AceLogTag tag; in JsLogPrint() local 802 int PrintLog(int id, int level, const char* tag, const char* fmt, const char* message) in PrintLog()
|
/ohos5.0/base/hiviewdfx/faultloggerd/frameworks/allocator/include/ |
H A D | dfx_allocator.h | 44 PageTag tag; member
|
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/ |
H A D | front_camera_tag_uttest_v1_1.cpp | 36 bool g_isFrontTagValueExistsU8(std::shared_ptr<CameraMetadata> ability, uint32_t tag, uint8_t value) in g_isFrontTagValueExistsU8()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-uigestureevent.md | 70 ### tag subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-uigestureevent.md | 70 ### tag subsection
|
/ohos5.0/foundation/multimedia/av_session/services/session/ipc/proxy/ |
H A D | avsession_service_proxy.cpp | 32 std::shared_ptr<AVSession> AVSessionServiceProxy::CreateSession(const std::string& tag, int32_t typ… in CreateSession() 48 int32_t AVSessionServiceProxy::CreateSession(const std::string& tag, int32_t type, in CreateSession() 63 sptr<IRemoteObject> AVSessionServiceProxy::CreateSessionInner(const std::string& tag, int32_t type, in CreateSessionInner() 72 int32_t AVSessionServiceProxy::CreateSessionInner(const std::string& tag, int32_t type, in CreateSessionInner()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/rust/innerkits/src/ |
H A D | lib.rs | 107 pub tag: &'a str, field
|
/ohos5.0/foundation/communication/nfc/test/unittest/services/tags_test/ |
H A D | iso15693_tag_test.cpp | 210 std::shared_ptr<TagInfo> tag = nullptr; variable
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 245 std::string tag = "TestTag"; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/ |
H A D | acl.h | 118 ACL_TAG tag = ACL_TAG::UNDEFINED; member
|
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_decoder/ |
H A D | video_decoder_filter.cpp | 176 Plugin::Tag tag = Plugin::Tag::BUFFER_ALLOCATOR; in GetAllocator() local
|
/ohos5.0/base/powermgr/thermal_manager/frameworks/native/ |
H A D | thermal_mgr_client.cpp | 185 bool ThermalMgrClient::UpdateThermalState(const std::string& tag, const std::string& val, bool isIm… in UpdateThermalState()
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
H A D | hc_log.h | 30 #define PRINT_SENSITIVE_DATA(tag, str) \ argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | svg_animate.cpp | 28 char tag = (from_.find(',') != std::string::npos) ? ',' : ' '; in GetValuesRange() local 49 char tag = (value.find(',') != std::string::npos) ? ',' : ' '; in GetFrames() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_hitrace_unittest.cpp | 86 static std::string BinderTraceGetRemainLog(const std::string &tag) in BinderTraceGetRemainLog() 140 static std::string PrintTagLog(const std::string &tag) in PrintTagLog()
|
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_keyblob_lite.c | 47 struct HksBlob tag = { 0, NULL }; in GetSalt() local 169 … struct HksBlob tag = { HKS_AE_TAG_LEN, cipherKey->data + keyInfo->keyInfoLen - HKS_AE_TAG_LEN }; in EncryptAndDecryptKeyBlob() local
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_manager_impl.cpp | 101 std::shared_ptr<AVSession> AVSessionManagerImpl::CreateSession(const std::string& tag, int32_t type, in CreateSession() 119 int32_t AVSessionManagerImpl::CreateSession(const std::string& tag, int32_t type, in CreateSession()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navrouter_group_node.cpp | 24 …const std::string& tag, int32_t nodeId, const std::function<RefPtr<Pattern>(void)>& patternCreator) in GetOrCreateGroupNode()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | softbus_log.h | 96 char tag[LOG_TAG_MAX_LEN]; member
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_interface.h | 49 uint8_t tag; member
|
/ohos5.0/drivers/peripheral/thermal/interfaces/hdi_service/include/ |
H A D | thermal_log.h | 80 const char* tag; member
|
/ohos5.0/foundation/multimodalinput/input/test/unittest/standalone/include/ |
H A D | mmi_log.h | 27 const char* tag; member
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/ |
H A D | mpeg_manager.cpp | 228 …Descriptor> MpegManager::GetFileFd(const std::string& requestId, int flags, const std::string& tag) in GetFileFd()
|
/ohos5.0/base/powermgr/thermal_manager/utils/native/include/ |
H A D | thermal_log.h | 80 const char* tag; member
|