Home
last modified time | relevance | path

Searched refs:ERR_NO_PERMISSION (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Dsys_event_service_ohos.cpp264 return ERR_NO_PERMISSION; in AddListener()
306 return ERR_NO_PERMISSION; in RemoveListener()
390 callback->OnComplete(ERR_NO_PERMISSION, 0, curSeq.load(std::memory_order_acquire)); in Query()
391 return ERR_NO_PERMISSION; in Query()
443 return ERR_NO_PERMISSION; in SetDebugMode()
483 return ERR_NO_PERMISSION; in AddSubscriber()
514 return ERR_NO_PERMISSION; in RemoveSubscriber()
528 return ERR_NO_PERMISSION; in Export()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
Dret_code.h33 static constexpr int32_t ERR_NO_PERMISSION = -19; variable
/base/hiviewdfx/hisysevent/adapter/native/idl/include/
Dret_code.h33 static constexpr int32_t ERR_NO_PERMISSION = -19; variable
/base/theme/screenlock_mgr/utils/include/
Dscreenlock_common.h85 ERR_NO_PERMISSION = 201, enumerator
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp46 { E_SCREENLOCK_NO_PERMISSION, JsErrorCode::ERR_NO_PERMISSION },
54 { JsErrorCode::ERR_NO_PERMISSION, PERMISSION_VALIDATION_FAILED },
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
Dnapi_hisysevent_util.cpp903 {ERR_NO_PERMISSION, {NapiError::ERR_PERMISSION_CHECK, in CreateHiSysEventInfoJsObject()