/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_service.cpp | 450 "HCameraService::CreateCaptureSession", rc, false, CameraReportUtils::GetCallerInfo()); in CreateCaptureSession() 503 "HCameraService::CreatePhotoOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreatePhotoOutput() 511 "HCameraService::CreatePhotoOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreatePhotoOutput() 551 "HCameraService::CreatePreviewOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreatePreviewOutput() 559 "HCameraService::CreatePreviewOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreatePreviewOutput() 579 "HCameraService::CreateDepthDataOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreateDepthDataOutput() 587 "HCameraService::CreateDepthDataOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreateDepthDataOutput() 625 "HCameraService::CreateVideoOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreateVideoOutput() 633 "HCameraService::CreateVideoOutput", rc, false, CameraReportUtils::GetCallerInfo()); in CreateVideoOutput() 1077 to_string(muteMode), CameraReportUtils::GetCallerInfo()); in MuteCamera() [all...] |
H A D | hcapture_session.cpp | 159 CameraReportUtils::GetInstance().updateModeChangePerfInfo(opMode, CameraReportUtils::GetCallerInfo()); in Initialize() 254 "HCaptureSession::BeginConfig", errCode, false, CameraReportUtils::GetCallerInfo()); in BeginConfig() 291 "HCaptureSession::AddInput", errorCode, false, CameraReportUtils::GetCallerInfo()); in AddInput() 316 "HCaptureSession::AddInput", errorCode, false, CameraReportUtils::GetCallerInfo()); in AddInput() 471 "HCaptureSession::AddOutput", errorCode, false, CameraReportUtils::GetCallerInfo()); in AddOutput() 502 "HCaptureSession::AddOutput", errorCode, false, CameraReportUtils::GetCallerInfo()); in AddOutput() 515 "HCaptureSession::RemoveInput", errorCode, false, CameraReportUtils::GetCallerInfo()); in RemoveInput() 546 "HCaptureSession::RemoveInput", errorCode, false, CameraReportUtils::GetCallerInfo()); in RemoveInput() 571 "HCaptureSession::RemoveOutput", errorCode, false, CameraReportUtils::GetCallerInfo()); in RemoveOutput() 598 "HCaptureSession::RemoveOutput", errorCode, false, CameraReportUtils::GetCallerInfo()); in RemoveOutput() [all...] |
H A D | hstream_depth_data.cpp | 162 "HStreamDepthData::Start", rc, true, CameraReportUtils::GetCallerInfo());
in Start()
|
H A D | hcamera_device.cpp | 238 "HCameraDevice::DispatchDefaultSettingToHdi", rc, true, CameraReportUtils::GetCallerInfo()); in DispatchDefaultSettingToHdi() 339 CameraReportUtils::GetInstance().SetOpenCamPerfStartInfo(cameraID_.c_str(), CameraReportUtils::GetCallerInfo()); in OpenDevice() 684 caller_ = CameraReportUtils::GetCallerInfo(); in ReportMetadataDebugLog() 927 "HCameraDevice::InitStreamOperator", rc, true, CameraReportUtils::GetCallerInfo()); in InitStreamOperator() 945 "HCameraDevice::ReleaseStreams", rc, true, CameraReportUtils::GetCallerInfo()); in ReleaseStreams() 1109 "HCameraDevice::CreateStreams", hdiRc, true, CameraReportUtils::GetCallerInfo()); in CreateStreams() 1164 "HCameraDevice::CommitStreams", hdiRc, true, CameraReportUtils::GetCallerInfo()); in CommitStreams()
|
H A D | hstream_common.cpp | 300 CallerInfo caller = CameraReportUtils::GetCallerInfo(); in PrintCaptureDebugLog()
|
H A D | hcamera_host_manager.cpp | 205 "CameraHostInfo::Init", ret, true, CameraReportUtils::GetCallerInfo()); in Init() 265 "CameraHostInfo::GetCameraAbility", rc, true, CameraReportUtils::GetCallerInfo()); in GetCameraAbility() 318 "CameraHostInfo::OpenCamera", rc, true, CameraReportUtils::GetCallerInfo()); in OpenCamera() 334 "CameraHostInfo::SetFlashlight", rc, true, CameraReportUtils::GetCallerInfo()); in SetFlashlight() 349 "CameraHostInfo::SetTorchLevel", rc, true, CameraReportUtils::GetCallerInfo()); in SetTorchLevel()
|
H A D | hstream_repeat.cpp | 256 "HStreamRepeat::Start", rc, true, CameraReportUtils::GetCallerInfo()); in Start() 349 captureInfo.caller = CameraReportUtils::GetCallerInfo(); in OnFrameStarted()
|
H A D | hstream_capture.cpp | 408 captureInfo.caller = CameraReportUtils::GetCallerInfo(); in Capture() 418 "HStreamCapture::Capture", rc, true, CameraReportUtils::GetCallerInfo()); in Capture()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 696 int32_t DistributedSchedService::GetCallerInfo(const std::string &localDeviceId, int32_t callerUid, in GetCallerInfo() function in OHOS::DistributedSchedule::DistributedSchedService 736 int32_t ret = GetCallerInfo(localDeviceId, callerUid, accessToken, callerInfo); in StartRemoteAbility() 1475 GetCurSrcCollaborateEvent(session.GetCallerInfo(), element, state, ret, tempEvent); in NotifyCollaborateEventWithSessions() 1592 return sessionsList.front().GetCallerInfo().uid; in GetUidLocked() 1730 ReportDistributedComponentChange(sessionsList.front().GetCallerInfo(), DISTRIBUTED_COMPONENT_REMOVE, in HandleLocalCallerDied() 1881 ReportDistributedComponentChange(sessionsList.front().GetCallerInfo(), DISTRIBUTED_COMPONENT_REMOVE, in RemoveCallerComponent() 1914 callerInfo = itSession->GetCallerInfo(); in ProcessCalleeOffline() 2221 CallerInfo callerInfo = iter.second.front().GetCallerInfo(); in GetConnectComponentList() 2256 CallerInfo callerInfo = iter.second.front().GetCallerInfo(); in GetCallComponentList() 2491 ReportDistributedComponentChange(sessionsList.front().GetCallerInfo(), DISTRIBUTED_COMPONENT_REMOV in DisconnectRemoteAbility() [all...] |
/foundation/multimedia/camera_framework/services/camera_service/include/dfx/ |
H A D | camera_report_uitls.h | 114 static CallerInfo GetCallerInfo();
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 236 int32_t GetCallerInfo(const std::string &localDeviceId, int32_t callerUid, uint32_t accessToken, 398 CallerInfo GetCallerInfo() const in GetCallerInfo() function in OHOS::DistributedSchedule::ConnectAbilitySession
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_record.h | 193 std::shared_ptr<CallerAbilityInfo> GetCallerInfo() in GetCallerInfo() function in OHOS::AAFwk::CallerRecord 852 std::shared_ptr<CallerAbilityInfo> GetCallerInfo() const;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | update_caller_info_util.cpp | 184 auto sourceInfo = callerRecord->GetCallerInfo(); in UpdateAsCallerInfoFromCallerRecord()
|
/foundation/multimedia/camera_framework/services/camera_service/src/dfx/ |
H A D | camera_report_uitls.cpp | 261 CallerInfo CameraReportUtils::GetCallerInfo() in GetCallerInfo() function in OHOS::CameraStandard::CameraReportUtils 268 MEDIA_DEBUG_LOG("CameraReportUtils::GetCallerInfo pid:%{public}d uid:%{public}d", callerInfo.pid, callerInfo.uid); in GetCallerInfo()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_record.cpp | 2190 std::shared_ptr<CallerAbilityInfo> AbilityRecord::GetCallerInfo() const in GetCallerInfo() function in OHOS::AAFwk::AbilityRecord 2195 return callerList_.back()->GetCallerInfo(); in GetCallerInfo()
|
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 480 DistributedSchedService::GetInstance().GetCallerInfo(localDeviceId, callerUid, accessToken, callerInfo); in StopRemoteExtensionAbilityInnerFuzzTest()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_second_test.cpp | 1425 * @tc.desc: GetCallerInfo 1434 int32_t result = DistributedSchedService::GetInstance().GetCallerInfo( in HWTEST_F()
|