Home
last modified time | relevance | path

Searched refs:GetCallerInfo (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp450 "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 Dhcapture_session.cpp159 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 Dhstream_depth_data.cpp162 "HStreamDepthData::Start", rc, true, CameraReportUtils::GetCallerInfo()); in Start()
H A Dhcamera_device.cpp238 "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 Dhstream_common.cpp300 CallerInfo caller = CameraReportUtils::GetCallerInfo(); in PrintCaptureDebugLog()
H A Dhcamera_host_manager.cpp205 "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 Dhstream_repeat.cpp256 "HStreamRepeat::Start", rc, true, CameraReportUtils::GetCallerInfo()); in Start()
349 captureInfo.caller = CameraReportUtils::GetCallerInfo(); in OnFrameStarted()
H A Dhstream_capture.cpp408 captureInfo.caller = CameraReportUtils::GetCallerInfo(); in Capture()
418 "HStreamCapture::Capture", rc, true, CameraReportUtils::GetCallerInfo()); in Capture()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp696 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 Dcamera_report_uitls.h114 static CallerInfo GetCallerInfo();
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h236 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 Dability_record.h193 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 Dupdate_caller_info_util.cpp184 auto sourceInfo = callerRecord->GetCallerInfo(); in UpdateAsCallerInfoFromCallerRecord()
/foundation/multimedia/camera_framework/services/camera_service/src/dfx/
H A Dcamera_report_uitls.cpp261 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 Dability_record.cpp2190 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 Ddistributedschedstub_fuzzer.cpp480 DistributedSchedService::GetInstance().GetCallerInfo(localDeviceId, callerUid, accessToken, callerInfo); in StopRemoteExtensionAbilityInnerFuzzTest()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_second_test.cpp1425 * @tc.desc: GetCallerInfo
1434 int32_t result = DistributedSchedService::GetInstance().GetCallerInfo( in HWTEST_F()

Completed in 34 milliseconds