Home
last modified time | relevance | path

Searched refs:HksConditionNotify (Results 1 - 4 of 4) sorted by relevance

/base/security/huks/utils/condition/
H A Dhks_condition.h33 int32_t HksConditionNotify(HksCondition *condition);
H A Dhks_condition.c67 int32_t HksConditionNotify(HksCondition *condition) in HksConditionNotify() function
69 HKS_IF_NULL_LOGE_RETURN(condition, -1, "HksConditionNotify condition is NULL!") in HksConditionNotify()
73 HKS_LOG_ERRNO("HksConditionNotify pthread_mutex_lock fail!", ret); in HksConditionNotify()
86 HKS_LOG_ERRNO("HksConditionNotify pthread_cond_signal fail!", ret); in HksConditionNotify()
90 HKS_LOG_ERRNO("HksConditionNotify pthread_mutex_unlock fail!", unlockRet); in HksConditionNotify()
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/
H A Dhks_condition_test.cpp73 int32_t ret = HksConditionNotify(condition); in NotifyCondition()
75 HKS_LOG_E("HksConditionNotify failed, ret = %" LOG_PUBLIC "d", ret); in NotifyCondition()
105 int32_t ret = HksConditionNotify(condition); in HWTEST_F()
114 * @tc.desc: tdd HksConditionNotify, with waited false, expecting HKS_SUCCESS
121 int32_t ret = HksConditionNotify(condition); in HWTEST_F()
123 ret = HksConditionNotify(condition); in HWTEST_F()
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/useridm/src/
H A Dhks_useridm_api_wrap.cpp129 HksConditionNotify(condition); in OnSecUserInfo()
185 HksConditionNotify(condition); in OnCredentialInfo()

Completed in 2 milliseconds