Home
last modified time | relevance | path

Searched refs:CallType (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp38 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 Dmedia_dfx_test.cpp52 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 Dimage_receiver_napi.cpp341 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 Dmedia_dfx.h39 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 Dsendable_image_receiver_napi.cpp339 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 Dimage_receiver_napi.h115 enum class CallType : uint32_t { class
124 CallType async;
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_receiver_napi.h112 enum class CallType : uint32_t { class
121 CallType async;
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp189 CreateMediaInfo(CallType::AVTRANSCODER, appUid_, instanceId_); in SetInputFile()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_system_interface.cpp258 if ((int)call.callType == (int)CallType::TYPE_CS) { in QueryCurrentCallsList()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp286 CreateMediaInfo(CallType::AVPLAYER, appUid_, instanceId_); in SetSource()

Completed in 12 milliseconds