Home
last modified time | relevance | path

Searched refs:DLP_KV_DATE_INFO_EMPTY_ERROR (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_kv_storage_test.cpp89 ASSERT_EQ(res, DLP_KV_DATE_INFO_EMPTY_ERROR);
91 ASSERT_EQ(res, DLP_KV_DATE_INFO_EMPTY_ERROR);
/ohos5.0/base/security/dlp_permission_service/frameworks/common/include/
H A Ddlp_permission.h114 DLP_KV_DATE_INFO_EMPTY_ERROR = -601, enumerator
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_error_msg.cpp72 { DLP_KV_DATE_INFO_EMPTY_ERROR, ERR_JS_INVALID_PARAMETER },
/ohos5.0/base/security/dlp_permission_service/interfaces/kits/c/src/
H A Ddlp_permission_api.cpp44 { DLP_KV_DATE_INFO_EMPTY_ERROR, ERR_OH_INVALID_PARAMETER },
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
H A Ddlp_kv_data_storage.cpp126 return DLP_KV_DATE_INFO_EMPTY_ERROR; in AddOrUpdateValue()