/foundation/multimedia/player_framework/services/utils/ |
H A D | media_dfx.cpp | 38 std::map<OHOS::Media::CallType, 40 std::map<OHOS::Media::CallType, 42 std::map<uint64_t, std::pair<OHOS::Media::CallType, int32_t>> idMap_; 48 OHOS::Media::CallType ct; in CollectReportMediaInfo() 64 MEDIA_LOG_W("Not found calltype, calltype is : %{public}d", static_cast<OHOS::Media::CallType>(ct)); in CollectReportMediaInfo() 200 void MediaEvent::CommonStatisicsEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type, in CommonStatisicsEventWrite() 269 void MediaEvent::StatisicsHiSysEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type, in StatisicsHiSysEventWrite() 275 case CallType::AVPLAYER: in StatisicsHiSysEventWrite() 278 case CallType::AVRECORDER: in StatisicsHiSysEventWrite() 281 case CallType in StatisicsHiSysEventWrite() [all...] |
/foundation/multimedia/player_framework/test/unittest/dfx_test/ |
H A D | media_dfx_test.cpp | 52 int32_t ret = CreateMediaInfo(CallType::AVPLAYER, TEST_UID_ID_1, instanceId); in HWTEST_F() 68 int32_t ret = CreateMediaInfo(CallType::AVPLAYER, TEST_UID_ID_1, instanceId); in HWTEST_F() 89 int32_t ret = CreateMediaInfo(CallType::AVPLAYER, TEST_UID_ID_1, instanceId); in HWTEST_F() 176 mediaEvent_->StatisicsHiSysEventWrite(CallType::AVPLAYER, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, infoArr); in HWTEST_F() 177 mediaEvent_->StatisicsHiSysEventWrite(CallType::AVRECORDER, OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, infoArr); in HWTEST_F() 178 mediaEvent_->StatisicsHiSysEventWrite(CallType::SCREEN_CAPTRUER, in HWTEST_F() 180 mediaEvent_->StatisicsHiSysEventWrite(CallType::AVTRANSCODER, in HWTEST_F() 182 mediaEvent_->StatisicsHiSysEventWrite(CallType::METADATA_RETRIEVER, in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_receiver_napi.cpp | 341 if (args.async != CallType::GETTER) { in CheckArgs() 348 if (args.async != CallType::ASYNC || args.asyncLater) { in CheckArgs() 391 if (args.async != CallType::STATIC) { in JSCommonProcess() 408 if (args.async != CallType::GETTER) { in JSCommonProcess() 414 if (args.async == CallType::ASYNC) { in JSCommonProcess() 456 .async = CallType::GETTER, in JsGetSize() 486 .async = CallType::GETTER, in JsGetCapacity() 514 .async = CallType::GETTER, in JsGetFormat() 611 .async = CallType::GETTER, in JsTest() 629 .async = CallType in JsCheckDeviceTest() [all...] |
/foundation/multimedia/player_framework/services/utils/include/ |
H A D | media_dfx.h | 39 enum CallType { enum 71 void CommonStatisicsEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type, 74 void StatisicsHiSysEventWrite(CallType callType, OHOS::HiviewDFX::HiSysEvent::EventType type, 93 __attribute__((visibility("default"))) int32_t CreateMediaInfo(CallType callType, int32_t uid, uint64_t instanceId);
|
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/ |
H A D | sendable_image_receiver_napi.cpp | 339 if (args.async != CallType::GETTER) {
in CheckArgs() 346 if (args.async != CallType::ASYNC || args.asyncLater) {
in CheckArgs() 389 if (args.async != CallType::STATIC) {
in JSCommonProcess() 406 if (args.async != CallType::GETTER) {
in JSCommonProcess() 412 if (args.async == CallType::ASYNC) {
in JSCommonProcess() 454 .async = CallType::GETTER,
in JsGetSize() 484 .async = CallType::GETTER,
in JsGetCapacity() 512 .async = CallType::GETTER,
in JsGetFormat() 609 .async = CallType::GETTER,
in JsTest() 627 .async = CallType in JsCheckDeviceTest() [all...] |
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | image_receiver_napi.h | 115 enum class CallType : uint32_t { class 124 CallType async;
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_image_receiver_napi.h | 112 enum class CallType : uint32_t {
class 121 CallType async;
|
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/ |
H A D | hitranscoder_impl.cpp | 189 CreateMediaInfo(CallType::AVTRANSCODER, appUid_, instanceId_);
in SetInputFile()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_system_interface.cpp | 258 if ((int)call.callType == (int)CallType::TYPE_CS) { in QueryCurrentCallsList()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 286 CreateMediaInfo(CallType::AVPLAYER, appUid_, instanceId_); in SetSource()
|