Home
last modified time | relevance | path

Searched refs:DLP_COMMON_DELETE_KEY_FROM_KVSTORE_ERROR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/frameworks/common/include/
H A Ddlp_permission.h116 DLP_COMMON_DELETE_KEY_FROM_KVSTORE_ERROR = -603, enumerator
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_error_msg.cpp140 { DLP_COMMON_DELETE_KEY_FROM_KVSTORE_ERROR, ERR_JS_SYSTEM_SERVICE_EXCEPTION },
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/c/src/
H A Ddlp_permission_api.cpp67 { DLP_COMMON_DELETE_KEY_FROM_KVSTORE_ERROR, ERR_OH_SYSTEM_SERVICE_EXCEPTION },
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp161 return DLP_COMMON_DELETE_KEY_FROM_KVSTORE_ERROR; in RemoveValueFromKvStore()