Home
last modified time | relevance | path

Searched refs:TOKENID_NOT_SET (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control_virtual.c41 return TOKENID_NOT_SET; in TransACLGetFirstTokenID()
46 return TOKENID_NOT_SET; in TransACLGetCallingTokenID()
H A Daccess_control.cpp81 if (callingTokenId == TOKENID_NOT_SET) { in TransCheckClientAccessControl()
130 if (callingTokenId == TOKENID_NOT_SET) { in TransCheckServerAccessControl()
231 if (callingId == TOKENID_NOT_SET || tokenName == nullptr || tokenType == nullptr) { in TransGetTokenInfo()
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Daccess_control.h26 #define TOKENID_NOT_SET 0 macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/security/permission/standard/unittest/
H A Dsoftbus_permission_acl_test.cpp67 int32_t ret = TransCheckServerAccessControl(TOKENID_NOT_SET);
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h39 #define TOKENID_NOT_SET 0 macro
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation_exchange.c149 appInfo->callingTokenId = TOKENID_NOT_SET; in TransUnpackRequestUdpInfo()
H A Dtrans_udp_negotiation.c522 if (appInfo->callingTokenId != TOKENID_NOT_SET && in ParseRequestAppInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c600 if (event->firstTokenId == TOKENID_NOT_SET) { in TransAsyncSetFirstTokenInfo()
642 uint32_t callingTokenId = TOKENID_NOT_SET; in TransOnAsyncLaneSuccess()
643 uint32_t firstTokenId = TOKENID_NOT_SET; in TransOnAsyncLaneSuccess()
704 uint32_t callingTokenId = TOKENID_NOT_SET; in TransOnAsyncLaneFail()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c289 appInfo->callingTokenId = TOKENID_NOT_SET; in UnpackRequest()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_channel_manager_test/
H A Dtrans_channel_manager_test.cpp518 EXPECT_CALL(mock, TransACLGetFirstTokenID).WillOnce(Return(TOKENID_NOT_SET));
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_channel_manager.c208 if (event->firstTokenId == TOKENID_NOT_SET) { in TransSetFirstTokenInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c772 appInfo->callingTokenId = TOKENID_NOT_SET; in TransProxyUnpackNormalHandshakeMsg()
H A Dsoftbus_proxychannel_manager.c1042 … if (chan->appInfo.appType == APP_TYPE_NORMAL && chan->appInfo.callingTokenId != TOKENID_NOT_SET && in TransProxyFillChannelInfo()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_message.c838 if (appInfo->callingTokenId != TOKENID_NOT_SET && in CheckServerPermission()