Home
last modified time | relevance | path

Searched refs:callerType (Results 1 - 22 of 22) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/dfx_test/
H A Dmedia_dfx_test.cpp39 dmuxerDfxInfo.callerType = "player_framework"; in HWTEST_F()
52 muxerFaultInfo.callerType = "player_framework"; in HWTEST_F()
65 audioCodecFaultInfo.callerType = "player_framework"; in HWTEST_F()
76 videoCodecFaultInfo.callerType = "player_framework"; in HWTEST_F()
/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_sysevent.h53 std::string callerType; member
63 std::string callerType; member
74 std::string callerType; member
82 std::string callerType; member
/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_sysevent.cpp94 "CALLER_TYPE", demuxerFaultInfo.callerType, in FaultDemuxerEventWrite()
107 "CALLER_TYPE", audioCodecFaultInfo.callerType, in FaultAudioCodecEventWrite()
118 "CALLER_TYPE", videoCodecFaultInfo.callerType, in FaultVideoCodecEventWrite()
129 "CALLER_TYPE", muxerFaultInfo.callerType, in FaultMuxerEventWrite()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dcaller_info.h35 int32_t callerType = CALLER_TYPE_NONE; member
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_call_test.cpp172 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
197 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
269 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
307 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
450 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
476 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
516 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
640 callerInfo.callerType = CALLER_TYPE_NONE; in HWTEST_F()
670 callerInfo.callerType = CALLER_TYPE_HARMONY; in AddSession()
701 callerInfo.callerType in AddConnectInfo()
[all...]
H A Ddistributed_sched_connect_test.cpp161 callerInfo.callerType = CALLER_TYPE_HARMONY; in AddSession()
188 callerInfo.callerType = CALLER_TYPE_HARMONY; in AddConnectInfo()
911 callerInfo.callerType = CALLER_TYPE_HARMONY; in HWTEST_F()
945 callerInfo.callerType = CALLER_TYPE_HARMONY; in HWTEST_F()
1009 callerInfo.callerType = CALLER_TYPE_HARMONY; in HWTEST_F()
1189 callerInfo.callerType = CALLER_TYPE_HARMONY; in HWTEST_F()
H A Ddistributed_sched_service_first_test.cpp1305 callerInfo.callerType = CALLER_TYPE_HARMONY; in HWTEST_F()
1358 connectInfo.callerInfo.callerType = 0; in HWTEST_F()
1367 callerInfo.callerType = 0; in HWTEST_F()
H A Ddistributed_sched_stub_test.cpp95 data.WriteInt32(callerInfo.callerType); in CallerInfoMarshalling()
1464 int32_t callerType = 0; in HWTEST_F() local
1465 data.WriteInt32(callerType); in HWTEST_F()
/foundation/multimedia/player_framework/services/utils/include/
H A Dmedia_dfx.h66 appName, uint64_t instanceId, const std::string& callerType, int8_t sourceType, const std::string& sourceUrl,
90 const std::string& callerType, int8_t sourceType, const std::string& sourceUrl, const std::string& errorMessage);
/foundation/multimedia/player_framework/services/utils/
H A Dmedia_dfx.cpp173 const std::string& appName, uint64_t instanceId, const std::string& callerType, int8_t sourceType, in SourceEventWrite()
180 "CALLER_TYPE", callerType, in SourceEventWrite()
331 void FaultSourceEventWrite(const std::string& appName, uint64_t instanceId, const std::string& callerType, in FaultSourceEventWrite() argument
336 callerType, sourceType, sourceUrl, errorMessage); in FaultSourceEventWrite()
172 SourceEventWrite(const std::string& eventName, OHOS::HiviewDFX::HiSysEvent::EventType type, const std::string& appName, uint64_t instanceId, const std::string& callerType, int8_t sourceType, const std::string& sourceUrl, const std::string& errMsg) SourceEventWrite() argument
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp316 callerInfo.callerType = CALLER_TYPE_HARMONY; in GetStartAbilityFromRemoteExParam()
496 callerInfo.callerType = CALLER_TYPE_HARMONY; in SendResultFromRemoteInner()
805 callerInfo.callerType = CALLER_TYPE_HARMONY; in ReadDataForConnect()
899 callerInfo.callerType = CALLER_TYPE_HARMONY; in NotifyProcessDiedFromRemoteInner()
1264 int32_t callerType = CALLER_TYPE_NONE; in CallerInfoUnmarshalling() local
1265 PARCEL_READ_HELPER_RET(data, Int32, callerType, false); in CallerInfoUnmarshalling()
1277 callerInfo.callerType = callerType; in CallerInfoUnmarshalling()
1514 callerInfo.callerType = CALLER_TYPE_HARMONY; in ReadDataForFreeInstall()
1650 callerInfo.callerType in StopExtensionAbilityFromRemoteInner()
[all...]
H A Ddistributed_sched_service.cpp2431 HILOGD("ConnectAbilityFromRemote callerType is %{public}d", callerInfo.callerType); in ConnectAbilityFromRemote()
2434 if (callerInfo.callerType == CALLER_TYPE_HARMONY) { in ConnectAbilityFromRemote()
2565 && callerInfo.callerType == connectInfo.callerInfo.callerType) { in NotifyProcessDiedFromRemote()
2794 callerInfo.callerType == callerInfo_.callerType); in IsSameCaller()
2829 info += std::to_string(session.GetCallerInfo().callerType); in DumpSessionsLocked()
3118 callerInfo.callerType = CALLER_TYPE_HARMONY; in SetCallerInfo()
3551 HILOGD("callerType in CheckTargetPermission()
[all...]
H A Ddistributed_sched_proxy.cpp748 PARCEL_WRITE_HELPER_RET(data, Int32, callerInfo.callerType, false); in CallerInfoMarshalling()
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp123 std::string callerType = "player_framework"; in SetSource() local
132 FaultSourceEventWrite(appName, instanceId_, callerType, static_cast<int8_t>(SourceType::SOURCE_TYPE_URI), in SetSource()
141 FaultSourceEventWrite(appName, instanceId_, callerType, static_cast<int8_t>(SourceType::SOURCE_TYPE_URI), url, in SetSource()
158 std::string callerType = "player_framework"; in SetSource() local
163 FaultSourceEventWrite(appName, instanceId_, callerType, static_cast<int8_t>(SourceType::SOURCE_TYPE_STREAM), in SetSource()
185 std::string callerType = "player_framework"; in SetSource() local
192 FaultSourceEventWrite(appName, instanceId_, callerType, static_cast<int8_t>(SourceType::SOURCE_TYPE_FD), in SetSource()
204 FaultSourceEventWrite(appName, instanceId_, callerType, static_cast<int8_t>(SourceType::SOURCE_TYPE_FD), in SetSource()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_encoder_filter.cpp308 audioCodecFaultInfo.callerType ="player_framework"; in SetFaultEvent()
H A Daudio_decoder_filter.cpp163 audioCodecFaultInfo.callerType = "player_framework"; in DoStart()
H A Dmuxer_filter.cpp367 muxerFaultInfo.callerType = "player_framework"; in SetFaultEvent()
H A Dvideo_decoder_adapter.cpp157 videoCodecFaultInfo.callerType = "player_framework"; in Start()
H A Ddemuxer_filter.cpp255 demuxerInfo.callerType = "player_framework"; in FaultDemuxerEventInfoWrite()
H A Dsurface_encoder_adapter.cpp688 videoCodecFaultInfo.callerType = "player_framework"; in SetFaultEvent()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue_event.cpp274 cJSON_AddNumberToObject(callerInfoJson, "CallerType", callerInfo_.callerType); in MarshalCallerInfo()
490 &callerInfo_.uid, &callerInfo_.pid, &callerInfo_.callerType, &callerInfo_.duid in UnmarshalCallerInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp909 callerInfo.callerType = CALLER_TYPE_HARMONY; in GenerateCallerInfo()

Completed in 36 milliseconds