Home
last modified time | relevance | path

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

/ohos5.0/base/security/access_token/interfaces/kits/napi/el5filekeymanager/src/
H A Del5_filekey_manager_napi.cpp33 {EFM_ERR_INVALID_PARAMETER, "Parameter error."},
73 ThrowError(env, EFM_ERR_INVALID_PARAMETER); in ParseDataType()
97 ThrowError(env, EFM_ERR_INVALID_PARAMETER); in AcquireAccess()
128 ThrowError(env, EFM_ERR_INVALID_PARAMETER); in ReleaseAccess()
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_unittest.cpp157 …T_EQ(el5FilekeyManagerService_->GetUserAppKey(userId, false, keyInfos), EFM_ERR_INVALID_PARAMETER);
185 …l5FilekeyManagerService_->ChangeUserAppkeysLoadInfo(userId, loadInfos), EFM_ERR_INVALID_PARAMETER);
244 ASSERT_EQ(el5FilekeyManagerService_->Dump(fd, args), EFM_ERR_INVALID_PARAMETER);
/ohos5.0/base/security/access_token/services/el5filekeymanager/src/
H A Del5_filekey_manager_service.cpp208 return EFM_ERR_INVALID_PARAMETER; in DeleteAppKey()
230 return EFM_ERR_INVALID_PARAMETER; in GetUserAppKey()
252 return EFM_ERR_INVALID_PARAMETER; in ChangeUserAppkeysLoadInfo()
396 return EFM_ERR_INVALID_PARAMETER; in Dump()
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/include/
H A Del5_filekey_manager_error.h26 EFM_ERR_INVALID_PARAMETER = 401, enumerator