Home
last modified time | relevance | path

Searched refs:status (Results 2151 - 2175 of 4182) sorted by relevance

1...<<81828384858687888990>>...168

/foundation/distributedhardware/distributed_audio/common/test/unittest/src/
H A Ddaudio_utils_test.cpp114 bool status = true; in HWTEST_F() local
120 spanSizeInByte, status); in HWTEST_F()
122 EXPECT_EQ(false, status); in HWTEST_F()
126 spanSizeInByte, status); in HWTEST_F()
128 EXPECT_EQ(true, status); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp399 ZLOGI("subscribe switch status:%{public}d", success); in SubscribeSwitchData()
417 bool status = MetaDataManager::GetInstance().Unsubscribe(SwitchesMetaData::GetPrefix({})); in UnsubscribeSwitchData() local
418 ZLOGI("unsubscribe switch status %{public}d", status); in UnsubscribeSwitchData()
700 Status status = SUCCESS; in AfterCreate() local
703 ZLOGI("update status:%{public}d appId:%{public}s storeId:%{public}s inst:%{public}d " in AfterCreate()
708 status = STORE_UPGRADE_FAILED; in AfterCreate()
727 return status; in AfterCreate()
994 auto status = DoSyncBegin(ret.first, meta, info, complete, type); in DoSyncInOrder()
995 ZLOGD("data sync status in DoSyncInOrder()
1103 auto status = Status(ret); DoSyncBegin() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le.c1111 static void L2capLeCleanAllChannels(L2capLeConnection *conn, uint8_t status) in L2capLeCleanAllChannels() argument
1130 status); in L2capLeCleanAllChannels()
1131 psm->service.leDisconnectAbnormal(chan->lcid, status, psm->ctx); in L2capLeCleanAllChannels()
1142 static void L2capLeAclDisconnectProcess(L2capLeConnection *conn, uint8_t status, uint8_t reason) in L2capLeAclDisconnectProcess() argument
1146 LOG_DEBUG("L2capCallback leDisconnected:%{public}d begin, aclHandle = 0x%04X, status = %hhu, reason = %hhu", in L2capLeAclDisconnectProcess()
1149 status, in L2capLeAclDisconnectProcess()
1152 inst->chanAtt.leDisconnected(conn->aclHandle, status, reason); in L2capLeAclDisconnectProcess()
1156 inst->chanSm.leDisconnected(conn->aclHandle, status, reason); in L2capLeAclDisconnectProcess()
1160 if (status == 0) { in L2capLeAclDisconnectProcess()
1161 L2capLeCleanAllChannels(conn, status); in L2capLeAclDisconnectProcess()
1184 L2capLeConnectComplete(const BtAddr *addr, uint16_t handle, uint8_t role, uint8_t status) L2capLeConnectComplete() argument
1231 L2capLeDisconnectComplete(uint16_t handle, uint8_t status, uint8_t reason) L2capLeDisconnectComplete() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_common.c177 /* Last connection success/failure status */
183 extern void dhd_ind_scan_confirm(void *h, bool status);
353 1 - Use implied credit from a packet status
2311 /* Store the status of a connection attempt for later retrieval by an iovar */
2313 dhd_store_conn_status(uint32 event, uint32 status, uint32 reason) in dhd_store_conn_status() argument
2319 if (!(event == WLC_E_SET_SSID && status == WLC_E_STATUS_FAIL && in dhd_store_conn_status()
2322 dhd_conn_status = status; in dhd_store_conn_status()
2685 uint i, status, reason; in wl_show_host_event() local
2696 status = ntoh32(event->status); in wl_show_host_event()
3439 uint32 type, status, datalen, reason; wl_process_host_event() local
4931 int status = -1; dhd_iscan_get_partial_result() local
5739 int status = FALSE; dhd_apply_default_clm() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_any_api.h155 * @param status [IN] Type #unsigned char, the result of a single transmit,return 1 if transmitted successfully.
165 typedef void (*hi_wifi_any_send_complete_cb)(unsigned char *mac, unsigned char status, unsigned char seqnum);
/foundation/ai/ai_engine/services/server/server_executor/include/
H A Dfuture.h47 * Get future status.
49 * @return Future status.
54 * Convert the event type to future status, {@code FUTURE_OK} or {@code FUTURE_ERROR}.
57 * @return Future status.
64 void SetResponse(FutureStatus status, IResponse *response);
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/remote_register_service/
H A Dremote_register_service_proxy.h51 * notify continuation status to controlcenter continuation register service.
55 * @param status device status.
57 virtual bool UpdateConnectStatus(int registerToken, const std::string &deviceId, int status) override;
H A Dcontinuation_register_manager.h51 * notify continuation status to controlcenter continuation register service.
55 * @param status device status.
58 virtual void UpdateConnectStatus(int token, const std::string &deviceId, int status,
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dassert_fault_callback_death_mgr.h45 uint64_t assertFaultSessionId, AAFwk::UserStatus status = AAFwk::UserStatus::ASSERT_TERMINATE);
/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dimage_analyzer_default.h43 void UpdateOverlayActiveStatus(void** overlayData, bool status) override {}
/foundation/arkui/ace_engine/adapter/preview/osal/advance/
H A Dimage_analyzer_mgr.cpp78 void ImageAnalyzerMgr::UpdateOverlayActiveStatus(void** overlayData, bool status) in UpdateOverlayActiveStatus() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_image_analyzer_mgr.cpp65 void ImageAnalyzerMgr::UpdateOverlayActiveStatus(void** overlayData, bool status) in UpdateOverlayActiveStatus() argument
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
H A Dimage_analyzer_interface.h41 virtual void UpdateOverlayActiveStatus(void** overlayData, bool status) = 0;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dinner_app_quick_fix.h43 int32_t status = QuickFixStatus::DEFAULT_STATUS; member
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_remote_device_observer.h33 int32_t status, int32_t cause) = 0;
H A Di_bluetooth_gatt_server_callback.h46 const BluetoothGattDevice &device, int32_t interval, int32_t latency, int32_t timeout, int32_t status) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_gatt_server_callback.h54 int interval, int latency, int timeout, int status) override {}
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Dtelephone_client_service.h51 void SetEnhancedDriverSafetyStatus(int status) in SetEnhancedDriverSafetyStatus() argument
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hci_callbacks.h48 int32_t OnInited(BtStatus status) override;
/foundation/multimedia/av_codec/frameworks/native/avmuxer/
H A Davmuxer_impl.h38 int32_t StatusConvert(Status status);
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_callback_proxy.h35 int32_t OnStateChanged(StatusCode status) override;
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/include/
H A Dcamera_deferred_video_unittest.h33 ErrCode OnStateChanged(int32_t status);
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Ddeferred_photo_proxy_napi.h42 static void DeferredPhotoAsyncTaskComplete(napi_env env, napi_status status, void* data);
/foundation/resourceschedule/ffrt/src/eu/
H A Drtg_perf_ctrl.h30 void SetRtgStatus(unsigned long long status);
/foundation/communication/dsoftbus/core/discovery/interface/
H A Ddisc_interface.h205 * @param[in] status Used to indicate a certain connection state discovered. For details, see {@link LinkStatus}.
209 void DiscLinkStatusChanged(LinkStatus status, ExchangeMedium medium);

Completed in 18 milliseconds

1...<<81828384858687888990>>...168