/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
H A D | flagcb.h | 40 UConverterCallbackReason reason, 58 UConverterCallbackReason reason,
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuApp.hpp | 80 void onWatchdogTimeout (qpTimeoutReason reason); 83 static void onWatchdogTimeout (qpWatchDog* watchDog, void* userPtr, qpTimeoutReason reason);
|
/foundation/ability/ability_runtime/test/unittest/exit_reason_test/ |
H A D | exit_reason_test.cpp | 79 Reason reason = Reason::REASON_JS_ERROR; in HWTEST_F() local 81 ExitReason info(reason, exitMsg); in HWTEST_F()
|
/foundation/resourceschedule/device_standby/services/core/include/ |
H A D | allow_record.h | 28 AllowTime(uint32_t allowTypeIndex, int64_t endTime, const std::string& reason) in AllowTime() 29 : allowTypeIndex_(allowTypeIndex), endTime_(endTime), reason_(reason) {} in AllowTime()
|
/foundation/window/window_manager/interfaces/innerkits/dm_lite/ |
H A D | screen_manager_lite.h | 70 * @param reason Reason for power state change.
73 bool SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason);
79 * @param reason Reason for power state change.
82 bool SetScreenPowerForAll(ScreenPowerState state, PowerStateChangeReason reason);
|
/foundation/communication/dsoftbus/tests/core/discovery/ipc/ |
H A D | remote_object_mock.cpp | 57 int32_t reason) in GetResult() 81 if (reason != reason_) { in GetResult() 82 DISC_LOGE(DISC_TEST, "reason mismatch"); in GetResult() 56 GetResult(uint32_t code, const DeviceInfo *deviceInfo, int32_t publishId, int32_t subscribeId, int32_t reason) GetResult() argument
|
/foundation/communication/dsoftbus/core/bus_center/ipc/small/include/ |
H A D | bus_center_client_proxy.h | 36 int32_t ClientOnPublishLNNResult(const char *pkgName, int32_t pid, int32_t publishId, int32_t reason); 37 int32_t ClientOnRefreshLNNResult(const char *pkgName, int32_t pid, int32_t refreshId, int32_t reason);
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/event/ |
H A D | wifi_direct_event_dispatcher.h | 58 ProcessorTerminate(ProcessorTerminateReason reason = ProcessorTerminateReason::SUCCESS) : reason_(reason) {} in ProcessorTerminate()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_monitor.h | 68 * @param reason - reason id [in] 71 void OnReportDisConnectReasonCallBack(int reason, const std::string &bssid); 83 * @param reason : reason for bssid change [in] 86 void OnBssidChangedCallBack(const std::string &reason, const std::string &bssid);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-ws-ext.h | 89 * \param reason: The reason for the call 135 enum lws_extension_callback_reasons reason, 180 * \param reason: incoming callback reason 191 enum lws_extension_callback_reasons reason,
|
/third_party/node/lib/internal/streams/ |
H A D | add-abort-signal.js | 46 stream.destroy(new AbortError(undefined, { cause: signal.reason })); 49 stream[kControllerErrorFunction](new AbortError(undefined, { cause: signal.reason }));
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream_connection.h | 53 virtual void pause_read(IOCtrlReason reason) = 0; 54 virtual int resume_read(IOCtrlReason reason, size_t consumed) = 0;
|
H A D | shrpx_null_downstream_connection.cc | 64 void NullDownstreamConnection::pause_read(IOCtrlReason reason) {} in pause_read() argument 66 int NullDownstreamConnection::resume_read(IOCtrlReason reason, in resume_read() argument
|
H A D | shrpx_null_downstream_connection.h | 46 virtual void pause_read(IOCtrlReason reason); 47 virtual int resume_read(IOCtrlReason reason, size_t consumed);
|
/third_party/node/deps/v8/src/torque/ |
H A D | type-inference.h | 67 void Fail(std::string reason) { failure_reason_ = {reason}; } in Fail() argument
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_afalg_err.c | 65 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error() argument 69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
|
/third_party/python/Tools/unicode/ |
H A D | comparecodecs.py | 21 except UnicodeError as reason: 25 except UnicodeError as reason:
|
/third_party/openssl/engines/ |
H A D | e_afalg_err.c | 65 static void ERR_AFALG_error(int function, int reason, const char *file, int line) in ERR_AFALG_error() argument 69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_aux.c | 60 const char * fst_reason_name(enum fst_reason reason) in fst_reason_name() argument 62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names)); in fst_reason_name()
|
H A D | fst_ctrl_aux.h | 71 enum fst_reason reason; member 90 const char * fst_reason_name(enum fst_reason reason);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_aux.c | 60 const char * fst_reason_name(enum fst_reason reason) in fst_reason_name() argument 62 return fst_get_str_name(reason, reason_names, ARRAY_SIZE(reason_names)); in fst_reason_name()
|
H A D | fst_ctrl_aux.h | 71 enum fst_reason reason; member 90 const char * fst_reason_name(enum fst_reason reason);
|
/foundation/multimedia/audio_framework/services/audio_policy/common/include/ |
H A D | audio_policy_client.h | 74 const DeviceInfo &deviceInfo, const AudioStreamDeviceChangeReasonExt reason) = 0; 76 const AudioStreamDeviceChangeReasonExt reason) = 0; 78 const AudioStreamDeviceChangeReasonExt reason) = 0;
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/cj/background_task_mgr/ |
H A D | background_task_mgr_ffi.cpp | 34 int32_t CJ_RequestSuspendDelay(void (*callback)(), const char* reason, RetDelaySuspendInfo* ret) in CJ_RequestSuspendDelay() argument 37 std::string tmp(reason); in CJ_RequestSuspendDelay() 87 EfficiencyResourceInfo params{request.resourceTypes, request.isApply, request.timeOut, request.reason, in CJ_ApplyEfficiencyResources()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/ |
H A D | client_trans_udp_manager.h | 35 void (*OnUdpChannelClosed)(int32_t channelId, ShutdownReason reason); 70 int32_t TransOnUdpChannelClosed(int32_t channelId, ShutdownReason reason); 74 int32_t ClientTransCloseUdpChannel(int32_t channelId, ShutdownReason reason);
|