Searched refs:callingId (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dsoftbus/core/common/security/permission/standard/ |
H A D | access_control_virtual.c | 49 void TransGetTokenInfo(uint32_t callingId, char *tokenName, int32_t nameLen, int32_t *tokenType) in TransGetTokenInfo() argument 51 (void)callingId; in TransGetTokenInfo()
|
H A D | access_control.cpp | 229 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 D | access_control.h | 41 void TransGetTokenInfo(uint32_t callingId, char *tokenName, int32_t nameLen, int32_t *tokenType);
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | anomaly_detection_test.cpp | 136 int32_t callingId = 1; in WindowTypeTest() local 145 sceneSession->property_->SetCallingSessionId(callingId); in WindowTypeTest() 151 callingSession->persistentId_ = callingId; in WindowTypeTest()
|
Completed in 2 milliseconds