OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:caller_uid
(Results
1 - 5
of
5
) sorted by null
/test/vts/utils/python/mirror/
mirror_object.py
70
def __init__(self, client,
caller_uid
=None):
72
self._caller_uid =
caller_uid
hal_mirror.py
57
caller_uid
=None):
59
caller_uid
)
native_entity_mirror.py
72
caller_uid
=None):
73
super(NativeEntityMirror, self).__init__(client,
caller_uid
)
/test/vts/runners/host/tcp_client/
vts_tcp_client.py
286
def CallApi(self, arg,
caller_uid
=None):
288
self.SendCommand(SysMsg_pb2.CALL_API, arg=arg,
caller_uid
=
caller_uid
)
510
caller_uid
=None,
569
if
caller_uid
is not None:
570
command_msg.driver_caller_uid =
caller_uid
/system/core/logd/
LogBuffer.cpp
703
bool LogBuffer::prune(log_id_t id, unsigned long pruneRows, uid_t
caller_uid
) {
727
if (__predict_false(
caller_uid
!= AID_ROOT)) { // unlikely
735
(element->getUid() !=
caller_uid
)) {
[
all
...]
Completed in 132 milliseconds