Home
last modified time | relevance | path

Searched refs:setCallingWorkSourceUidWithoutPropagation (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/include/binder/
H A DIPCThreadState.h97 int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/aosp12/frameworks/native/libs/binder/include/binder/
H A DIPCThreadState.h97 int64_t setCallingWorkSourceUidWithoutPropagation(uid_t uid);
/aosp12/frameworks/native/libs/binder/
H A DIPCThreadState.cpp402 int64_t token = setCallingWorkSourceUidWithoutPropagation(uid); in setCallingWorkSourceUid()
407 int64_t IPCThreadState::setCallingWorkSourceUidWithoutPropagation(uid_t uid) in setCallingWorkSourceUidWithoutPropagation() function in android::IPCThreadState
438 setCallingWorkSourceUidWithoutPropagation(uid); in restoreCallingWorkSource()
H A DParcel.cpp680 threadState->setCallingWorkSourceUidWithoutPropagation(workSource); in enforceInterface()
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp978 IPCThreadState::self()->setCallingWorkSourceUidWithoutPropagation(100); in TEST_F()