Home
last modified time | relevance | path

Searched defs:callingPid (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dnotifier_mgr_test.cpp163 auto callingPid = IPCSkeleton::GetCallingPid(); variable
187 auto callingPid = IPCSkeleton::GetCallingPid(); variable
205 auto callingPid = IPCSkeleton::GetCallingPid(); variable
222 auto callingPid = IPCSkeleton::GetCallingPid(); variable
238 auto callingPid = IPCSkeleton::GetCallingPid(); variable
255 auto callingPid = IPCSkeleton::GetCallingPid(); variable
H A Devent_listener_mgr_test.cpp130 auto callingPid = IPCSkeleton::GetCallingPid(); variable
153 auto callingPid = IPCSkeleton::GetCallingPid(); variable
174 auto callingPid = IPCSkeleton::GetCallingPid(); variable
192 auto callingPid = IPCSkeleton::GetCallingPid(); variable
211 auto callingPid = IPCSkeleton::GetCallingPid(); variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/time_sync/src/
H A Dlnn_time_sync_manager_virtual.c21 int32_t LnnStartTimeSync(const char *pkgName, int32_t callingPid, const char *targetNetworkId, in LnnStartTimeSync()
32 int32_t LnnStopTimeSync(const char *pkgName, const char *targetNetworkId, int32_t callingPid) in LnnStopTimeSync()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/standard/src/
H A Dlnn_bus_center_ipc.cpp91 static int32_t AddJoinLNNInfo(const char *pkgName, int32_t callingPid, const ConnectionAddr *addr) in AddJoinLNNInfo()
108 static bool IsRepeatLeaveLNNRequest(const char *pkgName, int32_t callingPid, const char *networkId) in IsRepeatLeaveLNNRequest()
121 static int32_t AddLeaveLNNInfo(const char *pkgName, int32_t callingPid, const char *networkId) in AddLeaveLNNInfo()
204 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave()
255 int32_t LnnIpcRegDataLevelChangeCb(const char *pkgName, int32_t callingPid) in LnnIpcRegDataLevelChangeCb()
275 int32_t LnnIpcUnregDataLevelChangeCb(const char *pkgName, int32_t callingPid) in LnnIpcUnregDataLevelChangeCb()
316 int32_t LnnIpcStopTimeSync(const char *pkgName, const char *targetNetworkId, int32_t callingPid) in LnnIpcStopTimeSync()
344 static int32_t AddRefreshLnnInfo(const char *pkgName, int32_t callingPid, int32_t subscribeId) in AddRefreshLnnInfo()
360 static int32_t DeleteRefreshLnnInfo(const char *pkgName, int32_t callingPid, int32_t subscribeId) in DeleteRefreshLnnInfo()
377 int32_t LnnIpcRefreshLNN(const char *pkgName, int32_t callingPid, const SubscribeInfo *info) in LnnIpcRefreshLNN()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_unmarshal_thread_test.cpp94 pid_t callingPid = 1111; variable
106 constexpr pid_t callingPid = -1; // invalid pid variable
/ohos5.0/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp94 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in CreateSessionServer() local
185 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in JoinLNN() local
191 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in LeaveLNN() local
218 int32_t callingPid = (int32_t)OHOS::IPCSkeleton::GetCallingPid(); in RegDataLevelChangeCb() local
224 int32_t callingPid = (int32_t)OHOS::IPCSkeleton::GetCallingPid(); in UnregDataLevelChangeCb() local
236 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in StartTimeSync() local
242 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in StopTimeSync() local
273 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in RefreshLNN() local
279 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in StopRefreshLNN() local
H A Dsoftbus_server_stub.cpp69 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in CheckOpenSessionPermission() local
102 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in CheckChannelPermission() local
420 pid_t callingPid; in CreateSessionServerInner() local
463 pid_t callingPid; in RemoveSessionServerInner() local
656 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in NotifyAuthSuccessInner() local
687 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in ReleaseResourcesInner() local
719 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in CloseChannelInner() local
812 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in SendMessageInner() local
1230 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in QosReportInner() local
1263 pid_t callingPid = OHOS::IPCSkeleton::GetCallingPid(); in StreamStatsInner() local
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/mini/
H A Dlnn_bus_center_ipc.c49 int32_t LnnIpcServerJoin(const char *pkgName, int32_t callingPid, void *addr, uint32_t addrTypeLen) in LnnIpcServerJoin()
56 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave()
98 int32_t LnnIpcStartTimeSync(const char *pkgName, int32_t callingPid, const char *targetNetworkId, in LnnIpcStartTimeSync()
104 int32_t LnnIpcStopTimeSync(const char *pkgName, const char *targetNetworkId, int32_t callingPid) in LnnIpcStopTimeSync()
119 int32_t LnnIpcRefreshLNN(const char *pkgName, int32_t callingPid, const SubscribeInfo *info) in LnnIpcRefreshLNN()
128 int32_t LnnIpcStopRefreshLNN(const char *pkgName, int32_t callingPid, int32_t refreshId) in LnnIpcStopRefreshLNN()
/ohos5.0/base/security/permission_lite/services/pms/src/
H A Dpms_server_internal.c126 pid_t callingPid = GetCallingPid(); in ReplyCheckPermission() local
141 pid_t callingPid = GetCallingPid(); in ReplyGrantPermission() local
155 pid_t callingPid = GetCallingPid(); in ReplyRevokePermission() local
169 pid_t callingPid = GetCallingPid(); in ReplyGrantRuntimePermission() local
183 pid_t callingPid = GetCallingPid(); in ReplyRevokeRuntimePermission() local
197 pid_t callingPid = GetCallingPid(); in ReplyUpdatePermissionFlags() local
H A Dpms_server.c113 pid_t callingPid = GetCallingPid(); in ReplyCheckSelfPermission() local
126 pid_t callingPid = GetCallingPid(); in ReplyQueryPermission() local
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Dsoftbus_permission.cpp58 static int32_t CalcPermType(pid_t callingUid, pid_t callingPid) in CalcPermType()
80 int32_t CheckTransPermission(pid_t callingUid, pid_t callingPid, in CheckTransPermission()
154 int32_t GrantTransPermission(int32_t callingUid, int32_t callingPid, const char *sessionName) in GrantTransPermission()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_napi_common/include/
H A Dnapi_remote_object.h25 pid_t callingPid; member
36 napi_value callingPid; member
/ohos5.0/foundation/communication/dsoftbus/core/frame/small/init/src/
H A Dtrans_server_stub.c52 int32_t callingPid = GetCallingPid(); in ServerCreateSessionServer() local
82 int32_t callingPid = GetCallingPid(); in ServerRemoveSessionServer() local
102 int32_t callingPid = GetCallingPid(); in CheckOpenSessionPremission() local
291 int32_t callingPid = GetCallingPid(); in ServerNotifyAuthSuccess() local
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/small/
H A Dsoftbus_permission.c46 static int32_t GetPermType(pid_t callingUid, pid_t callingPid, const char *pkgName) in GetPermType()
74 int32_t CheckTransPermission(pid_t callingUid, pid_t callingPid, in CheckTransPermission()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/ipc/small/src/
H A Dlnn_bus_center_ipc.c203 int32_t LnnIpcServerJoin(const char *pkgName, int32_t callingPid, void *addr, uint32_t addrTypeLen) in LnnIpcServerJoin()
242 int32_t LnnIpcServerLeave(const char *pkgName, int32_t callingPid, const char *networkId) in LnnIpcServerLeave()
316 int32_t LnnIpcStartTimeSync(const char *pkgName, int32_t callingPid, const char *targetNetworkId, in LnnIpcStartTimeSync()
322 int32_t LnnIpcStopTimeSync(const char *pkgName, const char *targetNetworkId, int32_t callingPid) in LnnIpcStopTimeSync()
337 int32_t LnnIpcRefreshLNN(const char *pkgName, int32_t callingPid, const SubscribeInfo *info) in LnnIpcRefreshLNN()
346 int32_t LnnIpcStopRefreshLNN(const char *pkgName, int32_t callingPid, int32_t refreshId) in LnnIpcStopRefreshLNN()
/ohos5.0/base/tee/tee_client/services/cadaemon/src/ca_daemon/
H A Dcadaemon_service.h37 int callingPid; member
44 int callingPid; member
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_process_skeleton.cpp31 napi_value callingPid = nullptr; in NAPI_getCallingPid() local
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/mini/
H A Dsoftbus_permission.c28 int32_t CheckTransPermission(pid_t callingUid, pid_t callingPid, in CheckTransPermission()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Devent_listener_mgr.cpp54 void EventListenerMgr::RegisterEventListener(int32_t callingPid, in RegisterEventListener()
89 void EventListenerMgr::UnRegisterEventListener(int32_t callingPid, uint32_t eventType, uint32_t lis… in UnRegisterEventListener()
/ohos5.0/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()
201 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in OpenCamera()
236 int32_t callId, std::u16string &cameraId, int32_t callingUid, int32_t callingPid) in CloseCamera()
/ohos5.0/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_stub_test_mock.cpp40 int32_t CheckTransPermission(pid_t callingUid, pid_t callingPid, const char *pkgName, in CheckTransPermission()
101 bool CheckUidAndPid(const char *sessionName, pid_t callingUid, pid_t callingPid) in CheckUidAndPid()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.c150 int SASTORA_FindHandleByPid(SAStore *saStore, pid_t callingPid, PidHandle *handle) in SASTORA_FindHandleByPid()
173 int SASTORA_FindHandleByUidPid(SAStore *saStore, uid_t callingUid, pid_t callingPid, PidHandle *han… in SASTORA_FindHandleByUidPid()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Daccess_token_helper.cpp85 int32_t callingPid = IPCSkeleton::GetCallingPid(); in CheckPermission() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_context.h56 int32_t callingPid = -1; member
63 int32_t callingPid; member
/ohos5.0/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()

1234