Searched refs:INVALID_DLP_TYPE (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | accesstoken_kit_test.h | 45 static const int INVALID_DLP_TYPE = 4; variable
|
H A D | accesstoken_kit_test.cpp | 2513 .dlpType = INVALID_DLP_TYPE,
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_sandbox_app_test/ |
H A D | bms_bundle_sandbox_app_test.cpp | 52 int32_t INVALID_DLP_TYPE = 0; variable 417 auto ret = InstallSandboxApp(BUNDLE_NAME, INVALID_DLP_TYPE, USERID, appIndex); 477 auto ret = InstallSandboxApp("", INVALID_DLP_TYPE, USERID, appIndex); 511 auto ret = InstallSandboxApp(BUNDLE_NAME, INVALID_DLP_TYPE, INVALID_USERID, appIndex); 527 auto ret = InstallSandboxApp("", INVALID_DLP_TYPE, INVALID_USERID, appIndex);
|