Home
last modified time | relevance | path

Searched refs:ERR_NOT_SYSTEM_APP (Results 1 – 25 of 39) sorted by relevance

12

/ohos5.0/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()
/ohos5.0/foundation/resourceschedule/device_usage_statistics/interfaces/kits/bundlestats/napi/include/
H A Dbundle_state_inner_errors.h59 ERR_NOT_SYSTEM_APP = 202, enumerator
112 {ERR_NOT_SYSTEM_APP, "Not system app."},
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/animation/window_animation_manager/
H A Drs_window_animation_manager.cpp35 constexpr int32_t ERR_NOT_SYSTEM_APP = 202; variable
65 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetController()
78 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in MinimizeWindowWithAnimation()
92 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in GetWindowAnimationTargets()
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/service/
H A Daccesstoken_manager_stub.cpp220 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in GetPermissionsStatusInner()
265 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in GetPermissionFlagInner()
291 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in SetPermissionRequestToggleStatusInner()
314 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in GetPermissionRequestToggleStatusInner()
342 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in GrantPermissionInner()
365 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in RevokePermissionInner()
388 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in GrantPermissionForSpecifiedTimeInner()
590 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in RegisterPermStateChangeCallbackInner()
618 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in UnRegisterPermStateChangeCallbackInner()
778 reply.WriteInt32(AccessTokenError::ERR_NOT_SYSTEM_APP); in GetVersionInner()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp25 constexpr int32_t ERR_NOT_SYSTEM_APP = 202; variable
268 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetPixelStretch()
331 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetWaterRipple()
387 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetFlyOut()
431 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetDistort()
H A Deffect_napi.cpp22 constexpr int32_t ERR_NOT_SYSTEM_APP = 202; variable
198 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in CreateBrightnessBlender()
364 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetbackgroundColorBlender()
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/include/
H A Dprivacy_error.h45 ERR_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/include/
H A Daccess_token_error.h51 ERR_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_first_frame_state_observer_manager.cpp161 return ERR_NOT_SYSTEM_APP; in RegisterAbilityFirstFrameStateObserver()
181 return ERR_NOT_SYSTEM_APP; in UnregisterAbilityFirstFrameStateObserver()
H A Dinsight_intent_execute_manager.cpp272 return ERR_NOT_SYSTEM_APP; in CheckCallerPermission()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp88 ERR_NOT_SYSTEM_APP = 202, enumerator
195 case ERR_NOT_SYSTEM_APP: in CreateBusinessError()
1488 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in SetUserOperationSync()
2030 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in GetTrustedDeviceList()
2077 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in GetLocalDeviceInfoSync()
2115 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in GetLocalDeviceInfo()
2167 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in UnAuthenticateDevice()
2220 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in CheckPermissions()
2258 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in StartDeviceDiscoverSync()
2296 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in StopDeviceDiscoverSync()
[all …]
/ohos5.0/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);
/ohos5.0/base/notification/common_event_service/frameworks/extension/src/
H A Dstatic_subscriber_extension_context.cpp55 err = AAFwk::ERR_NOT_SYSTEM_APP; in StartAbility()
/ohos5.0/base/security/access_token/services/privacymanager/test/unittest/
H A Dprivacy_manager_service_test.cpp441 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32());
530 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32());
694 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32());
829 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32());
917 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32());
985 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, reply.ReadInt32());
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_util.h36 ERR_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/base/security/access_token/interfaces/kits/napi/accesstoken/src/
H A Dnapi_context_common.cpp36 case ERR_NOT_SYSTEM_APP: in GetJsErrorCode()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_errors.h310 ERR_NOT_SYSTEM_APP, enumerator
/ohos5.0/base/theme/screenlock_mgr/interfaces/inner_api/include/
H A Dscreenlock_common.h88 ERR_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp295 return ERR_NOT_SYSTEM_APP; in IsBundleIdle()
448 return ERR_NOT_SYSTEM_APP; in QueryCurrentBundleEvents()
476 return ERR_NOT_SYSTEM_APP; in QueryAppGroup()
536 return ERR_NOT_SYSTEM_APP; in CheckBundleIsSystemAppAndHasPermission()
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h33 ERR_NOT_SYSTEM_APP = 202, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp211 case ERR_NOT_SYSTEM_APP: in CreateBusinessError()
212 … error = CreateErrorForCall(env, ERR_NOT_SYSTEM_APP, ERR_MESSAGE_NOT_SYSTEM_APP, isAsync); in CreateBusinessError()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_manager_test/
H A Dability_first_frame_state_observer_manager_test.cpp87 EXPECT_EQ(res, ERR_NOT_SYSTEM_APP);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_business_error/
H A Dability_business_error.cpp164 {ERR_NOT_SYSTEM_APP, AbilityErrorCode::ERROR_CODE_NOT_SYSTEM_APP},
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/src/
H A Dprivacy_kit_test.cpp592 ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::AddPermissionUsedRecord(info));
921 …ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::GetPermissionUsedRecords(request, result));
1346 …ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::RegisterPermActiveStatusCallback(callbackP…
1365 …ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::UnRegisterPermActiveStatusCallback(callbac…
1561 …ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::StartUsingPermission(g_tokenIdE, permissio…
1703 …ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::StopUsingPermission(g_tokenIdE, permission…
2379 …ASSERT_EQ(PrivacyError::ERR_NOT_SYSTEM_APP, PrivacyKit::GetPermissionUsedTypeInfos(0, permissionNa…
/ohos5.0/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp127 return KITS::ErrorCode::ERR_NOT_SYSTEM_APP; in HandleGetPaymentServices()

12