Home
last modified time | relevance | path

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

/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_template.h32 #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 Dbase_promise_session.h25 template <typename RESULT> class BasePromiseSession : public NapiSession {
52 void NotifyJS(napi_env env, napi_value thisVar, const RESULT &result) in NotifyJS()
H A Dbase_async_session.h27 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 Dims2_test.cpp41 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