Home
last modified time | relevance | path

Searched refs:status (Results 4126 - 4150 of 8991) sorted by relevance

1...<<161162163164165166167168169170>>...360

/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstr.cpp146 CharString &CharString::appendNumber(int32_t number, UErrorCode &status) { in appendNumber() argument
148 this->append('-', status); in appendNumber()
149 if (U_FAILURE(status)) { in appendNumber()
155 this->append('0', status); in appendNumber()
163 this->append(std::abs(residue) + '0', status); in appendNumber()
165 if (U_FAILURE(status)) { in appendNumber()
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp248 const int status = AHardwareBuffer_lock(m_hardwareBuffer, AHARDWAREBUFFER_USAGE_CPU_WRITE_RARELY, -1, DE_NULL, data);
250 if (status != 0)
251 TCU_FAIL(("AHardwareBuffer_lock failed with error: " + de::toString(status)).c_str());
256 const int status = AHardwareBuffer_unlock(m_hardwareBuffer, DE_NULL);
258 if (status != 0)
259 TCU_FAIL(("AHardwareBuffer_unlock failed with error: " + de::toString(status)).c_str());
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp69 napi_status status = napi_get_named_property(env, jsValue, "isProxy", &isProxyJs); in GetOptions() local
70 if (status != napi_ok) { in GetOptions()
71 LOG_ERROR("napi_get_named_property failed %{public}d", status); in GetOptions()
79 status = napi_get_value_bool(env, isProxyJs, &options.isProxy_); in GetOptions()
80 if (status != napi_ok) { in GetOptions()
81 LOG_ERROR("napi_get_value_bool failed %{public}d", status); in GetOptions()
107 napi_status status = napi_new_instance(env, GetConstructor(env), argc, argv, &helperProxy); in Napi_CreateDataShareHelper()
108 NAPI_ASSERT_CALL_ERRCODE(env, helperProxy != nullptr && status == napi_ok, in Napi_CreateDataShareHelper()
117 napi_status status = napi_get_reference_value(env, ctxInfo->ref, result); in Napi_CreateDataShareHelper()
121 status in Napi_CreateDataShareHelper()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_connection.cpp466 int32_t status = RegisterClientObserver(dbHandle_, [notifier](const ClientChangedData &clientData) { in SubscribeTableChanges() local
475 if (status != E_OK) { in SubscribeTableChanges()
476 LOG_ERROR("RegisterClientObserver error, status:%{public}d", status); in SubscribeTableChanges()
478 return status; in SubscribeTableChanges()
887 UErrorCode status = U_ZERO_ERROR; in Collate8Compare() local
892 UCollationResult result = ucol_strcollIter(coll, &i1, &i2, &status); in Collate8Compare()
894 if (U_FAILURE(status)) { in Collate8Compare()
919 UErrorCode status = U_ZERO_ERROR; in ConfigLocale() local
920 UCollator *collator = ucol_open(localeStr.c_str(), &status); in ConfigLocale()
948 auto status = DropLogicDeletedData(dbHandle_, table, tmpCursor); CleanDirtyData() local
1099 auto status = static_cast<int32_t>(oldAsset.status); MergeAsset() local
1393 GenerateExchangeStrategy(const SlaveStatus &status) GenerateExchangeStrategy() argument
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dreslist.cpp1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in table_open() argument
1097 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1098 return U_SUCCESS(*status) ? res.orphan() : nullptr; in table_open()
1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in array_open() argument
1102 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
1103 return U_SUCCESS(*status) ? res.orphan() : nullptr; in array_open()
1106 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const char16_t *value, int32_t len, const struct UString* comment, UErrorCode *status) { in string_open() argument
1108 new StringResource(bundle, tag, value, len, comment, *status), *statu in string_open()
1112 alias_open(struct SRBRoot *bundle, const char *tag, char16_t *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1118 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) intvector_open() argument
1124 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
1129 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) bin_open() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp1096 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in table_open() argument
1097 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1098 return U_SUCCESS(*status) ? res.orphan() : NULL; in table_open()
1101 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in array_open() argument
1102 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
1103 return U_SUCCESS(*status) ? res.orphan() : NULL; in array_open()
1106 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { in string_open() argument
1108 new StringResource(bundle, tag, value, len, comment, *status), *statu in string_open()
1112 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1118 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) intvector_open() argument
1124 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
1129 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) bin_open() argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dreslist.cpp1104 TableResource* table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in table_open() argument
1105 LocalPointer<TableResource> res(new TableResource(bundle, tag, comment, *status), *status); in table_open()
1106 return U_SUCCESS(*status) ? res.orphan() : NULL; in table_open()
1109 ArrayResource* array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) { in array_open() argument
1110 LocalPointer<ArrayResource> res(new ArrayResource(bundle, tag, comment, *status), *status); in array_open()
1111 return U_SUCCESS(*status) ? res.orphan() : NULL; in array_open()
1114 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) { in string_open() argument
1116 new StringResource(bundle, tag, value, len, comment, *status), *statu in string_open()
1120 alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, const struct UString* comment, UErrorCode *status) alias_open() argument
1126 intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, UErrorCode *status) intvector_open() argument
1132 int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct UString* comment, UErrorCode *status) int_open() argument
1137 bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data, const char* fileName, const struct UString* comment, UErrorCode *status) bin_open() argument
[all...]
/third_party/node/deps/llhttp/src/
H A Dllhttp.c229 llparse_match_status_t status; member
248 res.status = kMatchComplete; in llparse__match_sequence_id()
252 res.status = kMatchMismatch; in llparse__match_sequence_id()
257 res.status = kMatchPause; in llparse__match_sequence_id()
280 res.status = kMatchComplete; in llparse__match_sequence_to_lower()
284 res.status = kMatchMismatch; in llparse__match_sequence_to_lower()
289 res.status = kMatchPause; in llparse__match_sequence_to_lower()
312 res.status = kMatchComplete; in llparse__match_sequence_to_lower_unsafe()
316 res.status = kMatchMismatch; in llparse__match_sequence_to_lower_unsafe()
321 res.status in llparse__match_sequence_to_lower_unsafe()
8395 llparse_match_status_t status; global() member
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shader_effect_napi/
H A Djs_shader_effect.cpp37 napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, nullptr, in Init() local
39 if (status != napi_ok) { in Init()
44 status = napi_create_reference(env, constructor, 1, &constructor_); in Init()
45 if (status != napi_ok) { in Init()
50 status = napi_set_named_property(env, exportObj, CLASS_NAME.c_str(), constructor); in Init()
51 if (status != napi_ok) { in Init()
63 napi_status status = napi_get_cb_info(env, info, &argCount, nullptr, &jsThis, nullptr); in Constructor() local
64 if (status != napi_ok) { in Constructor()
71 status = napi_wrap(env, jsThis, jsShaderEffect, JsShaderEffect::Destructor, nullptr, nullptr); in Constructor()
72 if (status ! in Constructor()
[all...]
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dsoftbus_adapter_ble_gatt_client_test.cpp536 void StubConnectionStateCallback(int32_t clientId, int32_t connState, int32_t status) in StubConnectionStateCallback() argument
538 AdapterBleGattClientTest::connectionStateCtx.Update(clientId, status, connState); in StubConnectionStateCallback()
541 void StubServiceCompleteCallback(int32_t clientId, int32_t status) in StubServiceCompleteCallback() argument
543 AdapterBleGattClientTest::serviceCompleteStateCtx.Update(clientId, status); in StubServiceCompleteCallback()
546 void StubRegistNotificationCallback(int32_t clientId, int32_t status) in StubRegistNotificationCallback() argument
548 AdapterBleGattClientTest::registNotificationCtx.Update(clientId, status); in StubRegistNotificationCallback()
551 void StubNotificationReceiveCallback(int32_t clientId, SoftBusGattcNotify *param, int32_t status) in StubNotificationReceiveCallback() argument
553 AdapterBleGattClientTest::notificationReceiveCtx.Update(clientId, status, param); in StubNotificationReceiveCallback()
556 void StubConfigureMtuSizeCallback(int32_t clientId, int32_t mtuSize, int32_t status) in StubConfigureMtuSizeCallback() argument
558 AdapterBleGattClientTest::configureMtuSizeCtx.Update(clientId, status, mtuSiz in StubConfigureMtuSizeCallback()
[all...]
/foundation/communication/nfc/frameworks/js/napi/tag/
H A Dnfc_napi_tag_sesstion.cpp34 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfo)); in GetTag() local
35 NAPI_ASSERT(env, status == napi_ok, "failed to get objectInfo"); in GetTag()
215 static void SendDataCallback(napi_env env, napi_status status, void *data) in SendDataCallback() argument
219 if (status == napi_ok && context->resolved && context->errorCode == ErrorCode::ERR_NONE) { in SendDataCallback()
241 napi_status status = napi_unwrap(env, thisVar, reinterpret_cast<void **>(&objectInfoCb)); in SendData() local
242 NAPI_ASSERT(env, status == napi_ok, "failed to get objectInfo"); in SendData()
407 // the aysnc callback to check the status and throw error.
408 static void TransmitCallback(napi_env env, napi_status status, void *data) in TransmitCallback() argument
412 if (status == napi_ok && context->resolved && context->errorCode == ErrorCode::ERR_NONE) { in TransmitCallback()
435 napi_status status in Transmit() local
[all...]
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_p2p.cpp43 napi_status status = napi_set_element(env, arrayResult, idx++, eachObj); in DevicesToJsArray() local
44 if (status != napi_ok) { in DevicesToJsArray()
45 WIFI_LOGE("wifi napi set element error: %{public}d, idx: %{public}d", status, idx - 1); in DevicesToJsArray()
60 napi_status status = napi_set_named_property(env, result, "ownerInfo", owner); in GroupInfosToJs() local
61 if (status != napi_ok) { in GroupInfosToJs()
79 status = napi_set_named_property(env, result, "clientDevices", devices); in GroupInfosToJs()
80 if (status != napi_ok) { in GroupInfosToJs()
100 napi_status status = napi_set_element(env, arrayResult, idx++, eachObj); in GroupsToJsArray() local
101 if (status != napi_ok) { in GroupsToJsArray()
102 WIFI_LOGE("wifi napi set element error: %{public}d, idx: %{public}d", status, id in GroupsToJsArray()
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_plugin.c547 static int snd_pcm_plugin_status(snd_pcm_t *pcm, snd_pcm_status_t * status) in snd_pcm_plugin_status() argument
552 err = snd_pcm_status(plugin->gen.slave, status); in snd_pcm_plugin_status()
555 snd_pcm_plugin_sync_hw_ptr(pcm, status->hw_ptr, status->avail); in snd_pcm_plugin_status()
567 diff = pcm_frame_diff(status->appl_ptr, *pcm->appl.ptr, pcm->boundary); in snd_pcm_plugin_status()
568 status->appl_ptr = *pcm->appl.ptr; in snd_pcm_plugin_status()
569 status->avail += diff; in snd_pcm_plugin_status()
570 status->delay += diff; in snd_pcm_plugin_status()
572 assert(status->appl_ptr == *pcm->appl.ptr); in snd_pcm_plugin_status()
660 .status
[all...]
/third_party/backends/backend/
H A Dhp5590_low.c98 /* CORE status flag - ready or not */
137 uint8_t status; in hp5590_get_ack() local
149 sizeof (status), &status); in hp5590_get_ack()
160 if (status != 0x01) in hp5590_get_ack()
162 DBG (DBG_err, "%s: USB-in-USB: not accepted (status %u)\n", in hp5590_get_ack()
163 __func__, status); in hp5590_get_ack()
171 * USB-in-USB: get device status
177 * SANE_STATUS_GOOD - if correct status was received
184 uint8_t status; in hp5590_get_status() local
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Ddispatch.cc16 // DispatchResponse - Error status and chaining / fall through
271 Status status; variable
272 std::unique_ptr<ParserHandler> encoder = cbor::NewCBOREncoder(out, &status);
290 assert(status.ok());
349 Status status; variable
350 std::unique_ptr<ParserHandler> encoder = cbor::NewCBOREncoder(out, &status);
362 assert(status.ok());
376 Status status; variable
377 std::unique_ptr<ParserHandler> encoder = cbor::NewCBOREncoder(out, &status);
389 assert(status
[all...]
/third_party/protobuf/php/ext/google/protobuf/
H A Dmessage.c595 upb_status status; in PHP_METHOD() local
613 upb_status_clear(&status); in PHP_METHOD()
616 &status)) { in PHP_METHOD()
618 upb_status_errmsg(&status)); in PHP_METHOD()
635 upb_status status; in PHP_METHOD() local
646 upb_status_clear(&status); in PHP_METHOD()
649 sizeof(buf), &status); in PHP_METHOD()
651 if (!upb_ok(&status)) { in PHP_METHOD()
654 upb_status_errmsg(&status)); in PHP_METHOD()
662 &status); in PHP_METHOD()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor.h34 // LOG(ERROR) << result.status();
49 #include "absl/status/internal/statusor_internal.h"
50 #include "absl/status/status.h"
71 // LOG(ERROR) << ex.status();
75 explicit BadStatusOrAccess(absl::Status status);
87 // status, but its exact formatting may change and should not be depended on.
93 // BadStatusOrAccess::status()
97 const absl::Status& status() const;
119 // An `absl::StatusOr<T>` can never hold an "OK" status (a
672 const Status& StatusOr<T>::status() const& { status() function in absl::StatusOr
676 Status StatusOr<T>::status() && { status() function in absl::StatusOr
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_cp.c587 void ieee802_1x_cp_set_electedself(void *cp_ctx, Boolean status) in ieee802_1x_cp_set_electedself() argument
590 sm->elected_self = status; in ieee802_1x_cp_set_electedself()
648 void ieee802_1x_cp_set_usingreceivesas(void *cp_ctx, Boolean status) in ieee802_1x_cp_set_usingreceivesas() argument
651 sm->using_receive_sas = status; in ieee802_1x_cp_set_usingreceivesas()
658 void ieee802_1x_cp_set_allreceiving(void *cp_ctx, Boolean status) in ieee802_1x_cp_set_allreceiving() argument
661 sm->all_receiving = status; in ieee802_1x_cp_set_allreceiving()
668 void ieee802_1x_cp_set_servertransmitting(void *cp_ctx, Boolean status) in ieee802_1x_cp_set_servertransmitting() argument
671 sm->server_transmitting = status; in ieee802_1x_cp_set_servertransmitting()
678 void ieee802_1x_cp_set_usingtransmitas(void *cp_ctx, Boolean status) in ieee802_1x_cp_set_usingtransmitas() argument
681 sm->using_transmit_sa = status; in ieee802_1x_cp_set_usingtransmitas()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_cp.c598 void ieee802_1x_cp_set_electedself(void *cp_ctx, bool status) in ieee802_1x_cp_set_electedself() argument
601 sm->elected_self = status; in ieee802_1x_cp_set_electedself()
659 void ieee802_1x_cp_set_usingreceivesas(void *cp_ctx, bool status) in ieee802_1x_cp_set_usingreceivesas() argument
662 sm->using_receive_sas = status; in ieee802_1x_cp_set_usingreceivesas()
669 void ieee802_1x_cp_set_allreceiving(void *cp_ctx, bool status) in ieee802_1x_cp_set_allreceiving() argument
672 sm->all_receiving = status; in ieee802_1x_cp_set_allreceiving()
679 void ieee802_1x_cp_set_servertransmitting(void *cp_ctx, bool status) in ieee802_1x_cp_set_servertransmitting() argument
682 sm->server_transmitting = status; in ieee802_1x_cp_set_servertransmitting()
689 void ieee802_1x_cp_set_usingtransmitas(void *cp_ctx, bool status) in ieee802_1x_cp_set_usingtransmitas() argument
692 sm->using_transmit_sa = status; in ieee802_1x_cp_set_usingtransmitas()
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H A Djs_ability_manager.cpp256 TAG_LOGE(AAFwkTag::ABILITYMGR, "convert status failed"); in OnNotifyDebugAssertResult()
257 ThrowInvalidParamError(env, "Parse param status failed, must be a UserStatus."); in OnNotifyDebugAssertResult()
262 [assertSessionId, userStatus](napi_env env, NapiAsyncTask &task, int32_t status) { in OnNotifyDebugAssertResult()
312 [](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetAbilityRunningInfos()
354 [upperLimit](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetExtensionRunningInfos()
389 complete = [](napi_env env, NapiAsyncTask& task, int32_t status) { in OnUpdateConfiguration()
401 complete = [](napi_env env, NapiAsyncTask& task, int32_t status) { in OnUpdateConfiguration()
408 complete = [changeConfig](napi_env env, NapiAsyncTask& task, int32_t status) { in OnUpdateConfiguration()
444 [](napi_env env, NapiAsyncTask &task, int32_t status) { in OnGetTopAbility()
533 complete = [sharedCode](napi_env env, NapiAsyncTask& task, int32_t status) { in OnNotifySaveAsResult()
631 napi_status status = OHOS::AbilityRuntime::IsStageContext(env, info.argv[0], stageMode); OnIsEmbeddedOpenAllowed() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dtrans_proxy_manager_test.cpp181 void TestTransProxyAddAuthChannel(int32_t channelId, const char *identity, ProxyChannelStatus status) in TestTransProxyAddAuthChannel() argument
198 chan->status = status; in TestTransProxyAddAuthChannel()
204 void TestTransProxyAddNormalChannel(int32_t channelId, const char *identity, ProxyChannelStatus status) in TestTransProxyAddNormalChannel() argument
226 chan->status = status; in TestTransProxyAddNormalChannel()
340 chan->status = PROXY_CHANNEL_STATUS_COMPLETED; in HWTEST_F()
356 chanNormal->status = PROXY_CHANNEL_STATUS_KEEPLIVEING; in HWTEST_F()
390 /* test proxy channel status not keepalive or complete */ in HWTEST_F()
539 chan->status in HWTEST_F()
[all...]
/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c124 LNN_LOGE(LNN_EVENT, "invalid node status message"); in HandleNodeStatusChangedMessage()
525 .status = (uint8_t)(*wifiState)}; in LnnNotifyWlanStateChangeEvent()
536 LnnMonitorHbStateChangedEvent event = {.basic.event = LNN_EVENT_SCREEN_STATE_CHANGED, .status = state}; in LnnNotifyScreenStateChangeEvent()
548 LnnMonitorHbStateChangedEvent event = {.basic.event = LNN_EVENT_BT_STATE_CHANGED, .status = (uint8_t)(*btState)}; in LnnNotifyBtStateChangeEvent()
565 LnnMonitorHbStateChangedEvent event = {.basic.event = LNN_EVENT_SCREEN_LOCK_CHANGED, .status = state}; in LnnNotifyScreenLockStateChangeEvent()
576 .status = (uint8_t)state}; in LnnNotifyAccountStateChangeEvent()
587 .status = (uint8_t)state}; in LnnNotifyUserSwitchEvent()
600 .status = (uint8_t)(*difAccountState)}; in LnnNotifyDifferentAccountChangeEvent()
611 LnnMonitorHbStateChangedEvent event = {.basic.event = LNN_EVENT_USER_STATE_CHANGED, .status = state}; in LnnNotifyUserStateChangeEvent()
624 .status in LnnNotifyNightModeStateChangeEvent()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp170 g_currentWpaStatus = statechangedParam->status; in OnEventStateChanged()
174 LOGI("OnEventStateChanged:callback out status = %{public}d, ifName = %{public}s", g_currentWpaStatus, ifName); in OnEventStateChanged()
227 incorrect, the AP will send association rejection, with status code 1 in OnEventAssociateReject()
437 int32_t OnEventP2pStateChanged(int status) in OnEventP2pStateChanged() argument
439 LOGI("OnEventP2pStateChanged %{public}d", status); in OnEventP2pStateChanged()
442 cbk.onConnectSupplicant(status); in OnEventP2pStateChanged()
526 int status = goNegotiationCompletedParam->status; in OnEventGoNegotiationCompleted() local
527 LOGI("OnEventGoNegotiationCompleted, status is %{public}d", status); in OnEventGoNegotiationCompleted()
835 OnNativeProcessDeath(int status) OnNativeProcessDeath() argument
[all...]
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_controller.cpp494 void PictureInPictureController::UpdatePiPControlStatus(PiPControlType controlType, PiPControlStatus status) in UpdatePiPControlStatus() argument
496 TLOGI(WmsLogTag::WMS_PIP, "controlType:%{public}u, status:%{public}d", controlType, status); in UpdatePiPControlStatus()
497 if (static_cast<int32_t>(status) < -1) { in UpdatePiPControlStatus()
498 pipOption_->SetPiPControlEnabled(controlType, status); in UpdatePiPControlStatus()
500 pipOption_->SetPiPControlStatus(controlType, status); in UpdatePiPControlStatus()
506 window_->UpdatePiPControlStatus(controlType, status); in UpdatePiPControlStatus()
522 void PictureInPictureController::DoActionEvent(const std::string& actionName, int32_t status) in DoActionEvent() argument
527 listener->OnActionEvent(actionName, status); in DoActionEvent()
530 pipOption_->SetPiPControlStatus(CONTROL_TYPE_MAP[actionName], static_cast<PiPControlStatus>(status)); in DoActionEvent()
543 DoControlEvent(PiPControlType controlType, PiPControlStatus status) DoControlEvent() argument
[all...]
/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c332 /* running status */ in read_track()
715 unsigned char status = to_ump_status(event->type); in fill_ump_event() local
718 if (!status) in fill_ump_event()
728 status = SND_UMP_MSG_NOTE_OFF; in fill_ump_event()
732 ump.note_on.status = status; in fill_ump_event()
738 ump.control_change.status = status; in fill_ump_event()
744 ump.program_change.status = status; in fill_ump_event()
[all...]

Completed in 33 milliseconds

1...<<161162163164165166167168169170>>...360