Searched refs:QueryScheduleAtl (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | auth_level_test.cpp | 77 EXPECT_EQ(QueryScheduleAtl(nullptr, 0, nullptr), RESULT_BAD_PARAM); 79 EXPECT_EQ(QueryScheduleAtl(&schedule, 0, nullptr), RESULT_BAD_PARAM); 82 EXPECT_EQ(QueryScheduleAtl(&schedule, 0, &atl), RESULT_BAD_PARAM);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
H A D | auth_level.h | 30 ResultCode QueryScheduleAtl(const CoAuthSchedule *coAuthSchedule, uint32_t acl, uint32_t *atl);
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | auth_level.c | 67 ResultCode QueryScheduleAtl(const CoAuthSchedule *coAuthSchedule, uint32_t acl, uint32_t *atl) in QueryScheduleAtl() function
|
H A D | context_manager.c | 437 ret = QueryScheduleAtl(*schedule, acl, &scheduleAtl); in CreateAuthSchedule() 624 ResultCode ret = QueryScheduleAtl(schedule, info->capabilityLevel, &atl); in CheckAndSetContextAtl()
|