Home
last modified time | relevance | path

Searched refs:callingId (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/core/common/security/permission/standard/
H A Daccess_control_virtual.c49 void TransGetTokenInfo(uint32_t callingId, char *tokenName, int32_t nameLen, int32_t *tokenType) in TransGetTokenInfo() argument
51 (void)callingId; in TransGetTokenInfo()
H A Daccess_control.cpp229 void TransGetTokenInfo(uint32_t callingId, char *tokenName, int32_t nameLen, int32_t *tokenType) in TransGetTokenInfo() argument
231 if (callingId == TOKENID_NOT_SET || tokenName == nullptr || tokenType == nullptr) { in TransGetTokenInfo()
236 auto typeFlag = AccessTokenKit::GetTokenTypeFlag((AccessTokenID)callingId); in TransGetTokenInfo()
240 int32_t ret = AccessTokenKit::GetNativeTokenInfo(callingId, tokenInfo); in TransGetTokenInfo()
250 GetForegroundApplications(callingId, tokenType); in TransGetTokenInfo()
252 int32_t ret = AccessTokenKit::GetHapTokenInfo(callingId, hapTokenInfo); in TransGetTokenInfo()
/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Daccess_control.h41 void TransGetTokenInfo(uint32_t callingId, char *tokenName, int32_t nameLen, int32_t *tokenType);
/foundation/window/window_manager/window_scene/test/unittest/
H A Danomaly_detection_test.cpp136 int32_t callingId = 1; in WindowTypeTest() local
145 sceneSession->property_->SetCallingSessionId(callingId); in WindowTypeTest()
151 callingSession->persistentId_ = callingId; in WindowTypeTest()

Completed in 2 milliseconds