Home
last modified time | relevance | path

Searched refs:callingPid (Results 1 - 25 of 49) sorted by relevance

12

/base/security/permission_lite/services/pms/src/
H A Dpms_server_internal.c126 pid_t callingPid = GetCallingPid(); in ReplyCheckPermission() local
128 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_CHECK, [callerPid: %d][callerUid: %u]", callingPid, callingUid); in ReplyCheckPermission()
141 pid_t callingPid = GetCallingPid(); in ReplyGrantPermission() local
143 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_GRANT, [callerPid: %d][callerUid: %u]", callingPid, callingUid); in ReplyGrantPermission()
155 pid_t callingPid = GetCallingPid(); in ReplyRevokePermission() local
157 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_REVOKE, [callerPid: %d][callerUid: %u]", callingPid, callingUid); in ReplyRevokePermission()
169 pid_t callingPid = GetCallingPid(); in ReplyGrantRuntimePermission() local
171 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_GRANTRUNTIME, [callerPid: %d][callerUid: %u]", callingPid, callingUid); in ReplyGrantRuntimePermission()
183 pid_t callingPid = GetCallingPid(); in ReplyRevokeRuntimePermission() local
185 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_REVOKERUNTIME, [callerPid: %d][callerUid: %u]", callingPid, callingUi in ReplyRevokeRuntimePermission()
197 pid_t callingPid = GetCallingPid(); ReplyUpdatePermissionFlags() local
[all...]
H A Dpms_server.c113 pid_t callingPid = GetCallingPid(); in ReplyCheckSelfPermission() local
115 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_CHECKSELF, [callerPid: %d][callerUid: %u]", callingPid, callingUid); in ReplyCheckSelfPermission()
126 pid_t callingPid = GetCallingPid(); in ReplyQueryPermission() local
128 HILOG_INFO(HILOG_MODULE_APP, "Enter ID_Query, [callerPid: %d][callerUid: %u]", callingPid, callingUid); in ReplyQueryPermission()
/base/telephony/call_manager/services/video/include/
H A Dvideo_control_manager.h33 int32_t ControlCamera(int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid);
45 int32_t OpenCamera(int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid);
46 int32_t CloseCamera(int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid);
/base/inputmethod/imf/services/identity_checker/src/
H A Didentity_checker_impl.cpp33 bool IdentityCheckerImpl::IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid) in IsFocused() argument
45 IMSA_HILOGD("focusedPid: %{public}" PRId64 ", pid: %{public}" PRId64 "", realFocusedPid, callingPid); in IsFocused()
46 if (callingPid == realFocusedPid) { in IsFocused()
/base/telephony/call_manager/services/video/src/
H A Dvideo_control_manager.cpp48 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in ControlCamera()
51 return CloseCamera(callId, cameraId, callingUid, callingPid); in ControlCamera()
53 return OpenCamera(callId, cameraId, callingUid, callingPid); in ControlCamera()
201 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in OpenCamera()
222 ret = netCall->ControlCamera(id, callingUid, callingPid); in OpenCamera()
236 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in CloseCamera()
253 ret = netCall->ControlCamera(id, callingUid, callingPid); in CloseCamera()
47 ControlCamera( int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) ControlCamera() argument
200 OpenCamera( int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) OpenCamera() argument
235 CloseCamera( int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) CloseCamera() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Daccess_token_helper.cpp85 int32_t callingPid = IPCSkeleton::GetCallingPid(); in CheckPermission() local
89 permission.c_str(), callingUid, callingPid); in CheckPermission()
/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp117 pid_t callingPid = IPCSkeleton::GetCallingPid(); in OnRemoteRequest() local
120 identity.SetPid(callingPid); in OnRemoteRequest()
125 code, option.GetFlags(), callingPid, callingUid, currentTime.c_str()); in OnRemoteRequest()
/base/location/services/location_passive/passive/source/
H A Dpassive_ability_skeleton.cpp115 pid_t callingPid = IPCSkeleton::GetCallingPid(); in OnRemoteRequest() local
118 identity.SetPid(callingPid); in OnRemoteRequest()
121 code, option.GetFlags(), callingPid, callingUid); in OnRemoteRequest()
/base/inputmethod/imf/services/identity_checker/include/
H A Didentity_checker_impl.h25 bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) override;
H A Didentity_checker.h28 virtual bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) = 0;
/base/location/services/location_locator/callback/source/
H A Dlocator_callback_proxy.cpp95 pid_t callingPid = IPCSkeleton::GetCallingPid(); in OnRemoteRequest() local
98 code, option.GetFlags(), callingPid, callingUid); in OnRemoteRequest()
/base/location/frameworks/location_common/common/source/
H A Dpermission_manager.cpp89 bool PermissionManager::CheckCallingPermission(pid_t callingUid, pid_t callingPid, MessageParcel &reply) in CheckCallingPermission() argument
91 if (callingUid != static_cast<pid_t>(getuid()) || callingPid != getpid()) { in CheckCallingPermission()
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_skeleton.cpp143 pid_t callingPid = IPCSkeleton::GetCallingPid(); in OnRemoteRequest() local
146 identity.SetPid(callingPid); in OnRemoteRequest()
150 code, option.GetFlags(), callingPid, callingUid, std::to_string(CommonUtils::GetCurrentTimeStamp()).c_str()); in OnRemoteRequest()
/base/location/interfaces/inner_api/include/
H A Dpermission_manager.h45 static bool CheckCallingPermission(pid_t callingUid, pid_t callingPid, MessageParcel &reply);
/base/tee/tee_client/frameworks/include/
H A Dtc_ns_client.h71 unsigned int callingPid; member
/base/telephony/call_manager/services/call/include/
H A Dnet_call_base.h51 virtual int32_t ControlCamera(std::string &cameraId, int32_t callingUid, int32_t callingPid) = 0;
H A Dott_call.h65 int32_t ControlCamera(std::string &cameraId, int32_t callingUid, int32_t callingPid) override;
H A Dims_call.h65 int32_t ControlCamera(std::string &cameraId, int32_t callingUid, int32_t callingPid) override;
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Didentity_checker_mock.h27 bool IsFocused(int64_t callingPid, uint32_t callingTokenId, int64_t focusedPid = INVALID_PID) override
/base/notification/common_event_service/services/test/unittest/
H A Dcommon_event_manager_service_test.cpp216 auto callingPid = 0; in HWTEST_F() local
223 callingPid, in HWTEST_F()
/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.h37 int callingPid;
44 int callingPid;
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_inner_api.h54 TEEC_Result TEEC_OpenSessionInner(int callingPid, const TaFileInfo *taFile, TEEC_ContextInner *context,
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
H A Dcall_fuzzer.cpp281 int32_t callingPid = static_cast<int32_t>(size); in IMSVideoCallFunc() local
302 callObjectPtr->ControlCamera(msg, callingUid, callingPid); in IMSVideoCallFunc()
397 int32_t callingPid = static_cast<int32_t>(size); in OttVideoCallFunc() local
416 callObjectPtr->ControlCamera(msg, callingUid, callingPid); in OttVideoCallFunc()
/base/notification/common_event_service/services/src/
H A Dcommon_event_manager_service.cpp250 auto callingPid = IPCSkeleton::GetCallingPid(); in SubscribeCommonEvent() local
262 callingPid, in SubscribeCommonEvent()
276 callingPid, in SubscribeCommonEvent()
/base/msdp/device_status/utils/common/include/
H A Dutil.h72 std::string callingPid; member

Completed in 11 milliseconds

12