Home
last modified time | relevance | path

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

12

/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."},
/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; member
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()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp25 constexpr int32_t ERR_NOT_SYSTEM_APP = 202; member
262 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetPixelStretch()
325 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetWaterRipple()
382 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetFlyOut()
427 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; member
182 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in CreateBrightnessBlender()
348 napi_throw_error(env, std::to_string(ERR_NOT_SYSTEM_APP).c_str(), in SetbackgroundColorBlender()
/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()
H A Dability_auto_startup_service.cpp556 return ERR_NOT_SYSTEM_APP; in CheckPermissionForSystem()
H A Dability_manager_client.cpp37 { Rosen::WSError::WS_ERROR_NOT_SYSTEM_APP, ERR_NOT_SYSTEM_APP },
2024 return ERR_NOT_SYSTEM_APP; in TerminateMission()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/include/
H A Ddm_native_util.h36 ERR_NOT_SYSTEM_APP = 202, enumerator
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dability_manager_errors.h310 ERR_NOT_SYSTEM_APP, enumerator
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dnfc_sdk_common.h33 ERR_NOT_SYSTEM_APP = 202,
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_service.cpp292 return ERR_NOT_SYSTEM_APP; in IsBundleIdle()
423 return ERR_NOT_SYSTEM_APP; in QueryCurrentBundleEvents()
451 return ERR_NOT_SYSTEM_APP; in QueryAppGroup()
511 return ERR_NOT_SYSTEM_APP; in CheckBundleIsSystemAppAndHasPermission()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp89 ERR_NOT_SYSTEM_APP = 202, member in __anon8412::DMBussinessErrorCode
203 error = CreateErrorForCall(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP), in CreateBusinessError()
1497 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in SetUserOperationSync()
2049 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in GetTrustedDeviceList()
2096 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in GetLocalDeviceInfoSync()
2134 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in GetLocalDeviceInfo()
2186 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in UnAuthenticateDevice()
2239 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in CheckPermissions()
2277 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in StartDeviceDiscoverSync()
2315 CreateBusinessError(env, static_cast<int32_t>(DMBussinessErrorCode::ERR_NOT_SYSTEM_APP)); in StopDeviceDiscoverSync()
[all...]
/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); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp209 case ERR_NOT_SYSTEM_APP: in CreateBusinessError()
210 error = CreateErrorForCall(env, ERR_NOT_SYSTEM_APP, ERR_MESSAGE_NOT_SYSTEM_APP, isAsync); in CreateBusinessError()
H A Dnative_devicemanager_js.cpp862 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in SetUserOperationSync()
1477 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in PublishDeviceDiscoverySync()
1529 CreateBusinessError(env, ERR_NOT_SYSTEM_APP); in UnPublishDeviceDiscoverySync()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_business_error/
H A Dability_business_error.cpp171 {ERR_NOT_SYSTEM_APP, AbilityErrorCode::ERROR_CODE_NOT_SYSTEM_APP},
/foundation/communication/nfc/services/src/ipc/card_emulation/
H A Dhce_session_stub.cpp126 ErrorLog("HandleGetPaymentServices, ERR_NOT_SYSTEM_APP"); in HandleGetPaymentServices()
127 return KITS::ErrorCode::ERR_NOT_SYSTEM_APP; in HandleGetPaymentServices()
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/kits/napi/src/
H A Dnative_distributedhardwarefwk_js.cpp42 ERR_NOT_SYSTEM_APP = 202, enumerator
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launcher_bundle_manager/
H A Dlauncher_bundle_manager.cpp51 {ERR_NOT_SYSTEM_APP, ERR_BUNDLE_MANAGER_SYSTEM_API_DENIED}
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp331 return AAFwk::ERR_NOT_SYSTEM_APP; in ClearUpApplicationData()
1638 return AAFwk::ERR_NOT_SYSTEM_APP; in GetSupportedProcessCachePids()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_sixth_test/
H A Dability_manager_service_sixth_test.cpp945 EXPECT_EQ(ret, ERR_NOT_SYSTEM_APP); in HWTEST_F()
1037 EXPECT_EQ(ret, ERR_NOT_SYSTEM_APP); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_second_test/
H A Dapp_mgr_service_inner_second_test.cpp334 EXPECT_EQ(ret, ERR_NOT_SYSTEM_APP); in HWTEST_F()
1098 EXPECT_EQ(ret, ERR_NOT_SYSTEM_APP); //permission verification fail in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_second_test/
H A Dability_manager_service_second_test.cpp1433 EXPECT_EQ(abilityMs_->SetResidentProcessEnabled(bundleName, enable), ERR_NOT_SYSTEM_APP); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Ddistributed_mission_manager.cpp77 case ERR_NOT_SYSTEM_APP: in ErrorCodeReturn()

Completed in 47 milliseconds

12