Home
last modified time | relevance | path

Searched refs:ERR_NOT_SYSTEM_APP (Results 1 - 15 of 15) sorted by relevance

/base/security/access_token/interfaces/inner_api/privacy/include/
H A Dprivacy_error.h45 ERR_NOT_SYSTEM_APP = 202, enumerator
/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Daccess_token_error.h51 ERR_NOT_SYSTEM_APP = 202, enumerator
/base/security/access_token/services/privacymanager/src/service/
H A Dprivacy_manager_stub.cpp117 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 Dstatic_subscriber_extension_context_test.cpp72 EXPECT_EQ(staticSubscriberExtensionContext->StartAbility(want), AAFwk::ERR_NOT_SYSTEM_APP); in HWTEST_F()
/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension_context.cpp55 err = AAFwk::ERR_NOT_SYSTEM_APP; in StartAbility()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_context_common.cpp36 case ERR_NOT_SYSTEM_APP: in GetJsErrorCode()
/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp224 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 Dscreenlock_common.h88 ERR_NOT_SYSTEM_APP = 202,
/base/security/access_token/services/privacymanager/test/unittest/
H A Dprivacy_manager_service_test.cpp441 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 Daccesstoken_kit_extension_test.cpp925 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 Daccesstoken_kit_test.cpp751 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 Dprivacy_kit_test.cpp592 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 Dnapi_screenlock_ability.cpp53 { 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 Dpermission_record_manager_napi.cpp60 case ERR_NOT_SYSTEM_APP: in GetJsErrorCode()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp70 case ERR_NOT_SYSTEM_APP: in GetCjErrorCode()

Completed in 23 milliseconds