Home
last modified time | relevance | path

Searched refs:IsAccessTokenSupported (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_connector.cpp168 bool BinderConnector::IsAccessTokenSupported() in IsAccessTokenSupported() function in OHOS::BinderConnector
225 if (IsAccessTokenSupported() != true) { in GetSelfTokenID()
243 if (IsAccessTokenSupported() != true) { in GetSelfFirstCallerTokenID()
H A Dbinder_invoker.cpp824 } else if (binderConnector_ != nullptr && binderConnector_->IsAccessTokenSupported()) { in Transaction()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dbinder_connector.h44 bool IsAccessTokenSupported();
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_connector_unittest.cpp86 auto ret = binderConnector->IsAccessTokenSupported();