Searched refs:RESULT (Results 1 - 4 of 4) sorted by relevance
/base/security/huks/frameworks/huks_standard/main/common/include/ |
H A D | hks_template.h | 32 #define HKS_IF_NOT_SUCC_LOGE_RETURN(RESULT, ERROR_CODE, LOG_MESSAGE, ...) \
33 if ((RESULT) != HKS_SUCCESS) { \
38 #define HKS_IF_NOT_SUCC_LOGE_BREAK(RESULT, LOG_MESSAGE, ...) \
39 if ((RESULT) != HKS_SUCCESS) { \
44 #define HKS_IF_NOT_SUCC_BREAK(RESULT, ...) \
45 if ((RESULT) != HKS_SUCCESS) { \
49 #define HKS_IF_NOT_SUCC_LOGE(RESULT, LOG_MESSAGE, ...) \
50 if ((RESULT) != HKS_SUCCESS) { \
54 #define HKS_IF_NOT_SUCC_RETURN(RESULT, ERROR_CODE) \
55 if ((RESULT) ! [all...] |
/base/update/updateservice/frameworks/js/napi/session/include/ |
H A D | base_promise_session.h | 25 template <typename RESULT> class BasePromiseSession : public NapiSession { 52 void NotifyJS(napi_env env, napi_value thisVar, const RESULT &result) in NotifyJS()
|
H A D | base_async_session.h | 27 template <typename RESULT> class BaseAsyncSession : public NapiSession { 78 void NotifyJS(napi_env env, napi_value thisVar, const RESULT &result) in NotifyJS()
|
/base/telephony/cellular_call/test/unittest/imstest/ |
H A D | ims2_test.cpp | 41 const int32_t RESULT = 1; member 597 callRegister->ReportSetImsConfigResult(RESULT); in HWTEST_F() 600 callRegister->ReportSetImsFeatureResult(RESULT); in HWTEST_F() 629 callRegister->ReportSetImsConfigResult(RESULT); in HWTEST_F() 632 callRegister->ReportSetImsFeatureResult(RESULT); in HWTEST_F()
|
Completed in 5 milliseconds