Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 25 of 66) sorted by relevance

123

/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_template.h29 #define HKS_IF_NOT_SUCC_LOGE_RETURN(RESULT, ERROR_CODE, LOG_MESSAGE, ...) \ argument
30 if ((RESULT) != HKS_SUCCESS) { \
35 #define HKS_IF_NOT_SUCC_LOGE_BREAK(RESULT, LOG_MESSAGE, ...) \ argument
36 if ((RESULT) != HKS_SUCCESS) { \
41 #define HKS_IF_NOT_SUCC_BREAK(RESULT, ...) \ argument
42 if ((RESULT) != HKS_SUCCESS) { \
46 #define HKS_IF_NOT_SUCC_LOGE(RESULT, LOG_MESSAGE, ...) \ argument
47 if ((RESULT) != HKS_SUCCESS) { \
51 #define HKS_IF_NOT_SUCC_RETURN(RESULT, ERROR_CODE) \ argument
52 if ((RESULT) != HKS_SUCCESS) { \
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Dmdns_ipc_interface_code.h33 RESULT, enumerator
44 RESULT, enumerator
/ohos5.0/foundation/ability/dmsfwk/
H A Dhisysevent.yaml24 RESULT: {type: INT32, desc: result code}
36 RESULT: {type: INT32, desc: result code}
48 RESULT: {type: INT32, desc: result code}
60 RESULT: {type: INT32, desc: result code}
72 RESULT: {type: INT32, desc: result code}
84 RESULT: {type: INT32, desc: result code}
/ohos5.0/build/test/script/
H A Dstart_ex.sh32 RESULT=$(cat $FILENAME | grep $KEY | awk -F\" '{ print $4 }')
33 echo $RESULT
/ohos5.0/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()
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/proxy/
H A Dmdns_event_stub.cpp49 } else if (msgCode == MdnsRegisterInterfaceCode::RESULT) { in OnRemoteRequest()
111 if (msgCode == MdnsResolveInterfaceCode::RESULT) { in OnRemoteRequest()
/ohos5.0/base/global/resource_management/
H A Dhisysevent.yaml28 RESULT: {type: STRING, desc: the resource result}
34 RESULT: {type: STRING, desc: the resource result}
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/test/fuzztest/distributedinputstub_fuzzer/
H A Ddistributedinputstub_fuzzer.cpp55 if (code == (uint32_t)DistributedInput::IAddWhiteListInfosCallback::Message::RESULT) { in AddWhiteListInfosCallbackStubFuzzTest()
94 if (code == (uint32_t)DistributedInput::IDelWhiteListInfosCallback::Message::RESULT) { in DelWhiteListInfosCallbackStubFuzzTest()
449 if (code == (uint32_t)DistributedInput::IGetSinkScreenInfosCallback::Message::RESULT) { in GetSinkScreenInfosCallbackStubFuzzTest()
550 if (code == (uint32_t)DistributedInput::IPrepareDInputCallback::Message::RESULT) { in PrepareDInputCallbackStubFuzzTest()
589 if (code == (uint32_t)DistributedInput::IRegisterDInputCallback::Message::RESULT) { in RegisterDInputCallbackStubFuzzTest()
628 if (code == (uint32_t)DistributedInput::ISessionStateCallback::Message::RESULT) { in RegisterSessionStateCallbackStubFuzzTest()
759 if (code == (uint32_t)DistributedInput::IStartDInputCallback::Message::RESULT) { in StartDInputCallbackStubFuzzTest()
889 if (code == (uint32_t)DistributedInput::IStopDInputCallback::Message::RESULT) { in StopDInputCallbackStubFuzzTest()
928 if (code == (uint32_t)DistributedInput::IUnprepareDInputCallback::Message::RESULT) { in UnprepareDInputCallbackStubFuzzTest()
967 if (code == (uint32_t)DistributedInput::IUnprepareDInputCallback::Message::RESULT) { in UnregisterDInputCallbackStubFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_input/frameworks/include/
H A Di_del_white_list_infos_call_back.h31 RESULT, enumerator
H A Di_get_sink_screen_infos_call_back.h31 RESULT, enumerator
H A Di_prepare_d_input_call_back.h31 RESULT, enumerator
H A Di_session_state_callback.h31 RESULT, enumerator
H A Di_unprepare_d_input_call_back.h31 RESULT, enumerator
H A Di_add_white_list_infos_call_back.h31 RESULT, enumerator
H A Di_start_d_input_call_back.h31 RESULT, enumerator
H A Di_stop_d_input_call_back.h31 RESULT, enumerator
H A Di_register_d_input_call_back.h31 RESULT, enumerator
H A Di_unregister_d_input_call_back.h31 RESULT, enumerator
/ohos5.0/base/msdp/device_status/
H A Dhisyseventdrague.yaml20 RESULT: {type: INT32, desc: dragging result}
30 RESULT: {type: INT32, desc: dragging result}
/ohos5.0/foundation/communication/netmanager_ext/interfaces/innerkits/netshareclient/include/proxy/
H A Dtethering_ipc_interface_code.h45 RESULT, enumerator
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/netshareclient/src/proxy/ipccallback/
H A Dnetshare_result_callback_stub.cpp32 if (msgCode == TetheringResultInterfaceCode::RESULT) { in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddel_white_list_infos_call_back_proxy.cpp53 …remote->SendRequest(static_cast<uint32_t>(IDelWhiteListInfosCallback::Message::RESULT), data, repl… in OnResult()
H A Ddel_white_list_infos_call_back_stub.cpp44 case IDelWhiteListInfosCallback::Message::RESULT: { in OnRemoteRequest()
H A Dget_sink_screen_infos_call_back_proxy.cpp53 …remote->SendRequest(static_cast<uint32_t>(IGetSinkScreenInfosCallback::Message::RESULT), data, rep… in OnResult()

123