/base/security/access_token/interfaces/inner_api/privacy/include/ |
H A D | privacy_error.h | 45 ERR_NOT_SYSTEM_APP = 202, enumerator
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
H A D | access_token_error.h | 51 ERR_NOT_SYSTEM_APP = 202, enumerator
|
/base/security/access_token/services/privacymanager/src/service/ |
H A D | privacy_manager_stub.cpp | 117 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in AddPermissionUsedRecordInner() 137 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in StartUsingPermissionInner() 172 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in StopUsingPermissionInner() 201 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in GetPermissionUsedRecordsInner() 249 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in RegisterPermActiveStatusCallbackInner() 280 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in UnRegisterPermActiveStatusCallbackInner() 404 reply.WriteInt32(PrivacyError::ERR_NOT_SYSTEM_APP); in GetPermissionUsedTypeInfosInner()
|
/base/notification/common_event_service/frameworks/extension/test/static_subscriber_extension_context_test/ |
H A D | static_subscriber_extension_context_test.cpp | 72 EXPECT_EQ(staticSubscriberExtensionContext->StartAbility(want), AAFwk::ERR_NOT_SYSTEM_APP); in HWTEST_F()
|
/base/notification/common_event_service/frameworks/extension/src/ |
H A D | static_subscriber_extension_context.cpp | 55 err = AAFwk::ERR_NOT_SYSTEM_APP; in StartAbility()
|
/base/security/access_token/frameworks/js/napi/accesstoken/src/ |
H A D | napi_context_common.cpp | 36 case ERR_NOT_SYSTEM_APP: in GetJsErrorCode()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/ |
H A D | accesstoken_manager_stub.cpp | 224 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in GetPermissionsStatusInner() 269 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in GetPermissionFlagInner() 296 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in SetPermissionRequestToggleStatusInner() 319 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in GetPermissionRequestToggleStatusInner() 347 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in GrantPermissionInner() 370 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in RevokePermissionInner() 393 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in GrantPermissionForSpecifiedTimeInner() 582 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in RegisterPermStateChangeCallbackInner() 610 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt32 failed."); in UnRegisterPermStateChangeCallbackInner() 770 IF_FALSE_PRINT_LOG(LABEL, reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP), "WriteInt3 in GetVersionInner() [all...] |
/base/theme/screenlock_mgr/interfaces/inner_api/include/ |
H A D | screenlock_common.h | 88 ERR_NOT_SYSTEM_APP = 202,
|
/base/security/access_token/services/privacymanager/test/unittest/ |
H A D | privacy_manager_service_test.cpp | 441 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32()); in HWTEST_F() 530 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32()); in HWTEST_F() 694 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32()); in HWTEST_F() 829 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32()); in HWTEST_F() 917 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32()); in HWTEST_F() 985 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32()); in HWTEST_F()
|
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | accesstoken_kit_extension_test.cpp | 925 ASSERT_EQ(ERR_NOT_SYSTEM_APP, AccessTokenKit::GetPermissionsStatus(tokenID, permsList)); in HWTEST_F() 1534 ASSERT_EQ(ERR_NOT_SYSTEM_APP, res); in HWTEST_F() 1745 ASSERT_EQ(ERR_NOT_SYSTEM_APP, res); in HWTEST_F() 1767 ASSERT_EQ(ERR_NOT_SYSTEM_APP, res); in HWTEST_F()
|
H A D | accesstoken_kit_test.cpp | 751 ASSERT_EQ(ERR_NOT_SYSTEM_APP, ret); in HWTEST_F() 825 ASSERT_EQ(ERR_NOT_SYSTEM_APP, ret); in HWTEST_F() 953 ASSERT_EQ(ERR_NOT_SYSTEM_APP, ret); in HWTEST_F() 1320 ASSERT_EQ(ERR_NOT_SYSTEM_APP, ret); in HWTEST_F() 1455 ASSERT_EQ(ERR_NOT_SYSTEM_APP, ret); in HWTEST_F()
|
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/src/ |
H A D | privacy_kit_test.cpp | 592 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::AddPermissionUsedRecord(info)); in HWTEST_F() 921 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::GetPermissionUsedRecords(request, result)); in HWTEST_F() 1346 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::RegisterPermActiveStatusCallback(callbackPtr)); in HWTEST_F() 1365 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::UnRegisterPermActiveStatusCallback(callbackPtr1)); in HWTEST_F() 1561 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::StartUsingPermission(g_tokenIdE, permissionName)); in HWTEST_F() 1703 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::StopUsingPermission(g_tokenIdE, permissionName)); in HWTEST_F() 2379 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::GetPermissionUsedTypeInfos(0, permissionName, results)); in HWTEST_F()
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | napi_screenlock_ability.cpp | 53 { E_SCREENLOCK_NOT_SYSTEM_APP, JsErrorCode::ERR_NOT_SYSTEM_APP }, 61 { JsErrorCode::ERR_NOT_SYSTEM_APP, NON_SYSTEM_APP },
|
/base/security/access_token/frameworks/js/napi/privacy/src/ |
H A D | permission_record_manager_napi.cpp | 60 case ERR_NOT_SYSTEM_APP: in GetJsErrorCode()
|
/base/security/access_token/interfaces/kits/cj/accesstoken/src/ |
H A D | at_manager_impl.cpp | 70 case ERR_NOT_SYSTEM_APP: in GetCjErrorCode()
|