Home
last modified time | relevance | path

Searched defs:result (Results 7776 - 7800 of 12212) sorted by relevance

1...<<311312313314315316317318319320>>...489

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_int.h144 uint16_t result; /* Deal result */ member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_l2cap.c221 AVDT_L2capConnectCfmCallback( uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) AVDT_L2capConnectCfmCallback() argument
254 AvdtL2capConnectCfmCallback( uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status, void *ctx) AvdtL2capConnectCfmCallback() argument
497 AVDT_L2capConfigCfmCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) AVDT_L2capConfigCfmCallback() argument
524 AvdtL2capConfigCfmCallback(uint16_t lcid, const L2capConfigInfo *cfg, uint16_t result, void *ctx) AvdtL2capConfigCfmCallback() argument
838 AvdtRevSecurityCheckCallback(uint16_t result, GapServiceSecurityInfo security, void *context) AvdtRevSecurityCheckCallback() argument
864 AvdtRevSecurityCheck(uint16_t result, GapServiceSecurityInfo security, void *context) AvdtRevSecurityCheck() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_scan.c287 void GapResolveRPAResult(uint8_t status, bool result, const uint8_t *addr, const uint8_t *irk) in GapResolveRPAResult() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c102 bool result = false; in RfcommCheckFcs() local
H A Drfcomm_api.c217 int result; member
765 int result; member
849 int result; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H A Dpan_service.cpp380 int result = 0; in GetConnectState() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_le_sec.c243 int result = BtmGetResolvingListSize(&resolvingListSize); in BtmStartLeSecurity() local
431 int result = BT_SUCCESS; in BTM_GetRemoteIdentityResolvingKey() local
533 int result = BT_SUCCESS; in BTM_UpdateCurrentRemoteAddress() local
559 int result = BT_SUCCESS; in BTM_GetCurrentRemoteAddress() local
600 int result = BT_SUCCESS; BTM_GetRemoteIdentityAddress() local
626 int result = BT_SUCCESS; BTM_GetPairdAddressFromRemoteIdentityAddress() local
676 int result = BT_BAD_STATUS; BTM_ConvertToPairedAddress() local
725 int result = HCI_LeSetRandomAddress(&param); BTM_SetLeRandomAddress() local
[all...]
H A Dbtm_sco.c289 int result = BtmGetAclHandleByAddress(&param->addr, &aclHandle); in BTM_CreateScoConnection() local
343 int result = BtmGetAclHandleByAddress(&param->addr, &aclHandle); in BTM_AcceptScoConnectionRequest() local
393 int result; BTM_ModifyScoConnection() local
525 int result = BtmGetAclHandleByAddress(&param->addr, &aclHandle); BTM_CreateEscoConnection() local
640 int result; BTM_ModifyEscoConnection() local
759 int result = BtmGetAclHandleByAddress(&param->addr, &aclHandle); BTM_AcceptEscoConnectionRequest() local
887 int result = HCI_RejectSynchronousConnectionRequest(&rejectParam); BTM_RejectScoConnectionRequest() local
897 int result; BTM_DisconnectScoConnection() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_le_if.c36 int result; in L2cifLeRegisterService() local
80 int result; in L2cifLeDeregisterService() local
93 void L2CIF_LeDeregisterService(uint16_t lpsm, void (*cb)(uint16_t lpsm, int result)) in L2CIF_LeDeregisterService() argument
49 L2CIF_LeRegisterService( uint16_t lpsm, const L2capLeService *svc, void *context, void (*cb)(uint16_t lpsm, int result)) L2CIF_LeRegisterService() argument
122 int result; L2cifLeCreditBasedConnectionReq() local
135 L2CIF_LeCreditBasedConnectionReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, const L2capLeConfigInfo *cfg, void (*cb)(const BtAddr *addr, uint16_t lcid, int result)) L2CIF_LeCreditBasedConnectionReq() argument
163 uint16_t result; global() member
170 int result; L2cifLeCreditBasedConnectionRsp() local
183 L2CIF_LeCreditBasedConnectionRsp( uint16_t lcid, uint8_t id, const L2capLeConfigInfo *cfg, uint16_t result, void (*cb)(uint16_t lcid, int result)) L2CIF_LeCreditBasedConnectionRsp() argument
215 int result; L2cifLeDisconnectionReq() local
228 L2CIF_LeDisconnectionReq(uint16_t lcid, void (*cb)(uint16_t lcid, int result)) L2CIF_LeDisconnectionReq() argument
254 int result; L2cifLeDisconnectionRsp() local
267 L2CIF_LeDisconnectionRsp(uint16_t lcid, uint8_t id, void (*cb)(uint16_t lcid, int result)) L2CIF_LeDisconnectionRsp() argument
305 int result; L2cifLeSendData() local
318 L2CIF_LeSendData(uint16_t lcid, const Packet *pkt, void (*cb)(uint16_t lcid, int result)) L2CIF_LeSendData() argument
348 int result; L2cifLeRegisterFixChannel() local
361 L2CIF_LeRegisterFixChannel(uint16_t cid, const L2capLeFixChannel *chan, void (*cb)(uint16_t cid, int result)) L2CIF_LeRegisterFixChannel() argument
390 int result; L2cifLeDeregisterFixChannel() local
403 L2CIF_LeDeregisterFixChannel(uint16_t cid, void (*cb)(uint16_t cid, int result)) L2CIF_LeDeregisterFixChannel() argument
429 int result; L2cifLeConnect() local
442 L2CIF_LeConnect( const BtAddr *addr, const L2capLeConnectionParameter *param, void (*cb)(const BtAddr *addr, int result)) L2CIF_LeConnect() argument
509 int result; L2cifLeDisconnect() local
522 L2CIF_LeDisconnect(uint16_t aclHandle, void (*cb)(uint16_t aclHandle, int result)) L2CIF_LeDisconnect() argument
564 int result; L2cifLeSendFixChannelData() local
577 L2CIF_LeSendFixChannelData( uint16_t aclHandle, uint16_t cid, Packet *pkt, void (*cb)(uint16_t aclHandle, int result)) L2CIF_LeSendFixChannelData() argument
658 int result; L2cifLeConnectionParameterUpdateReq() local
671 L2CIF_LeConnectionParameterUpdateReq( uint16_t aclHandle, const L2capLeConnectionParameter *param, void (*const cb)(uint16_t aclHandle, int result)) L2CIF_LeConnectionParameterUpdateReq() argument
695 uint16_t result; global() member
702 int result; L2cifLeConnectionParameterUpdateRsp() local
715 L2CIF_LeConnectionParameterUpdateRsp( uint16_t aclHandle, uint8_t id, uint16_t result, void (*const cb)(uint16_t aclHandle, int result)) L2CIF_LeConnectionParameterUpdateRsp() argument
[all...]
H A Dl2cap_if.c40 int result; in L2cifRegisterService() local
53 int L2CIF_RegisterService(uint16_t lpsm, const L2capService *svc, void *context, void (*cb)(uint16_t lpsm, int result)) in L2CIF_RegisterService() argument
83 int result; in L2cifDeregisterService() local
96 void L2CIF_DeregisterService(uint16_t lpsm, void (*cb)(uint16_t lpsm, int result)) in L2CIF_DeregisterService() argument
125 int result; L2cifConnectReq() local
138 L2CIF_ConnectReq(const BtAddr *addr, uint16_t lpsm, uint16_t rpsm, void *context, void (*cb)(const BtAddr *addr, uint16_t lcid, int result, void *context)) L2CIF_ConnectReq() argument
165 uint16_t result; global() member
173 int result; L2cifConnectRsp() local
186 L2CIF_ConnectRsp( uint16_t lcid, uint8_t id, uint16_t result, uint16_t status, void (*cb)(uint16_t lcid, int result)) L2CIF_ConnectRsp() argument
216 int result; L2cifConfigReq() local
229 L2CIF_ConfigReq(uint16_t lcid, const L2capConfigInfo *cfg, void (*cb)(uint16_t lcid, int result)) L2CIF_ConfigReq() argument
254 uint16_t result; global() member
261 int result; L2cifConfigRsp() local
274 L2CIF_ConfigRsp( uint16_t lcid, uint8_t id, const L2capConfigInfo *cfg, uint16_t result, void (*cb)(uint16_t lcid, int result)) L2CIF_ConfigRsp() argument
306 int result; L2cifDisconnectionReq() local
319 L2CIF_DisconnectionReq(uint16_t lcid, void (*cb)(uint16_t lcid, int result)) L2CIF_DisconnectionReq() argument
345 int result; L2cifDisconnectionRsp() local
358 L2CIF_DisconnectionRsp(uint16_t lcid, uint8_t id, void (*cb)(uint16_t lcid, int result)) L2CIF_DisconnectionRsp() argument
385 int result; L2cifLocalBusy() local
398 L2CIF_LocalBusy(uint16_t lcid, uint8_t isBusy, void (*cb)(uint16_t lcid, int result)) L2CIF_LocalBusy() argument
436 int result; L2cifSendData() local
449 L2CIF_SendData(uint16_t lcid, const Packet *pkt, void (*cb)(uint16_t lcid, int result)) L2CIF_SendData() argument
542 int result; L2cifEchoReq() local
555 L2CIF_EchoReq( uint16_t aclHandle, const uint8_t *data, uint16_t dataLen, void (*cb)(uint16_t aclHandle, int result)) L2CIF_EchoReq() argument
609 int result; L2cifEchoRsp() local
622 L2CIF_EchoRsp( uint16_t aclHandle, uint8_t id, const uint8_t *data, uint16_t dataLen, void (*cb)(uint16_t aclHandle, int result)) L2CIF_EchoRsp() argument
674 int result; L2CIF_Startup() local
727 int result; L2CIF_Shutdown() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp151 int result = serviceManager->AddSystemAbility(DHCP_SERVER_ABILITY_ID, serverServiceImpl); in StartServiceAbility() local
/foundation/communication/dsoftbus/adapter/common/mbedtls/
H A Dsoftbus_adapter_crypto.c281 int32_t result = MbedAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptData() local
303 int32_t result = MbedAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptDataWithSeq() local
323 int32_t result = MbedAesGcmDecrypt(cipherKey, input, inLen, decryptData, outLen); in SoftBusDecryptData() local
/foundation/communication/dsoftbus/adapter/common/openssl/
H A Dsoftbus_adapter_crypto.c409 int32_t result = SslAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptData() local
431 int32_t result = SslAesGcmEncrypt(cipherKey, input, inLen, encryptData, outLen); in SoftBusEncryptDataWithSeq() local
451 int32_t result = SslAesGcmDecrypt(cipherKey, input, inLen, decryptData, outLen); in SoftBusDecryptData() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device.c281 int32_t result = SetReservedInfoFromDeviceInfo(notifyDevice, deviceInfo); in GetNotifyDeviceInfo() local
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp363 void VSyncSampler::Dump(std::string &result) in Dump() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/picker/src/
H A Dpicker_n_exporter.cpp60 static void MakeResultWithArr(napi_env env, std::string key, napi_value &result, in MakeResultWithArr() argument
87 static void MakeResultWithInt(napi_env env, std::string key, napi_value &result, in MakeResultWithInt() argument
103 static void MakeResultWithBool(napi_env env, std::string key, napi_value &result, in MakeResultWithBool() argument
125 napi_value result = nullptr; in MakeResultWithPickerCallBack() local
163 napi_value result = MakeResultWithPickerCallBack(env, context->pickerCallBack); StartModalPickerAsyncCallbackComplete() local
327 napi_value result = nullptr; StartPickerExtension() local
376 napi_value result = nullptr; ParseArgsStartModalPicker() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/
H A Dnapi_common.cpp34 napi_value result = nullptr; in CreateJsError() local
176 bool result = false; in GetNamePropertyFromJS() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/ui_effect/src/
H A Dfilter_napi.cpp266 napi_value result = nullptr; in SetPixelStretch() local
329 napi_value result = nullptr; in SetWaterRipple() local
386 napi_value result = nullptr; in SetFlyOut() local
431 napi_value result = nullptr; in SetDistort() local
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/
H A Djs_screen_session.cpp204 napi_value result = nullptr; in OnSetScreenRotationLocked() local
313 napi_ref result = nullptr; in OnRegisterCallback() local
H A Djs_screen_session_manager.cpp338 napi_ref result = nullptr; in OnRegisterShutdownCallback() local
404 napi_ref result = nullptr; in OnRegisterCallback() local
491 napi_value result = nullptr; in OnGetCurvedCompressionArea() local
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_client_test.cpp43 std::vector<std::string> result = privacyWindowList; in OnPrivateWindowListChange() local
162 bool result = screenSessionManagerClient_->CheckIfNeedConnectScreen(screenId, rsId, name); in HWTEST_F() local
179 bool result = screenSessionManagerClient_->CheckIfNeedConnectScreen(screenId, rsId, name); in HWTEST_F() local
196 bool result = screenSessionManagerClient_->CheckIfNeedConnectScreen(screenId, rsId, name); in HWTEST_F() local
213 bool result = screenSessionManagerClient_->CheckIfNeedConnectScreen(screenId, rsId, name); in HWTEST_F() local
230 bool result = screenSessionManagerClient_->CheckIfNeedConnectScreen(screenId, rsId, name); HWTEST_F() local
247 bool result = screenSessionManagerClient_->CheckIfNeedConnectScreen(screenId, rsId, name); HWTEST_F() local
305 bool result = false; HWTEST_F() local
325 bool result = true; HWTEST_F() local
[all...]
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_lifecycle_test.cpp264 auto result = ssm_->RecoverAndReconnectSceneSession(nullptr, nullptr, nullptr, session, nullptr, nullptr); in HWTEST_F() local
290 auto result = ssm_->RecoverAndReconnectSceneSession(nullptr, nullptr, nullptr, session, property, nullptr); in HWTEST_F() local
H A Dscene_session_test2.cpp84 WSError result = sceneSession->RaiseAboveTarget(0); in HWTEST_F() local
129 WSError result = scensession->BindDialogSessionTarget(sceneSession); in HWTEST_F() local
219 WSError result = scensession->HandleEnterWinwdowArea(-1, -1); HWTEST_F() local
251 WSError result = scensession->HandleEnterWinwdowArea(1, 1); HWTEST_F() local
390 WSError result = scensession->RequestSessionBack(true); HWTEST_F() local
420 int32_t result = scensession->GetParentPersistentId(); HWTEST_F() local
473 auto result = sceneSession->GetMainSessionId(); HWTEST_F() local
499 std::string result = scensession->GetSessionSnapshotFilePath(); HWTEST_F() local
661 WSError result = scenesession->UpdatePiPRect(rect, reason); HWTEST_F() local
701 WSError result = sceneSession->UpdatePiPControlStatus(controlType, status); HWTEST_F() local
785 WSError result = scensession->UpdateAvoidArea(nullptr, AvoidAreaType::TYPE_SYSTEM); HWTEST_F() local
863 bool result = scensession->CheckOutTouchOutsideRegister(); HWTEST_F() local
896 int result = session->GetPersistentId(); HWTEST_F() local
1113 WSRect result = scensession->GetLastSafeRect(); HWTEST_F() local
1384 WSError result = sceneSession->ChangeSessionVisibilityWithStatusBar(info1, false); HWTEST_F() local
1469 auto result = sceneSession->OnSessionEvent(event); HWTEST_F() local
1550 WSError result = sceneSession->RaiseAppMainWindowToTop(); HWTEST_F() local
2001 auto result = sceneSession->GetSubWindowModalType(); HWTEST_F() local
2050 auto result = sceneSession->IsFullScreenMovable(); HWTEST_F() local
[all...]
H A Dscene_session_manager_test9.cpp608 auto result = ssm_->RecoverAndReconnectSceneSession(nullptr, nullptr, nullptr, session, property, nullptr); in HWTEST_F() local
H A Dsession_test.cpp433 auto result = sceneSession->RaiseToAppTop(); in HWTEST_F() local
472 auto result = scensession->UpdateSessionRect(rect, SizeChangeReason::RESIZE); in HWTEST_F() local
495 auto result = scensession->OnSessionEvent(SessionEvent::EVENT_MINIMIZE); HWTEST_F() local
532 auto result = sceneSession->OnSessionEvent(SessionEvent::EVENT_DRAG); HWTEST_F() local
554 auto result = sceneSession->moveDragController_->ConsumeMoveEvent(pointerEvent, originalRect); HWTEST_F() local
602 auto result = sceneSession->moveDragController_->ConsumeMoveEvent(pointerEvent, originalRect); HWTEST_F() local
644 auto result = sceneSession->moveDragController_->ConsumeDragEvent(pointerEvent, originalRect, property, HWTEST_F() local
703 auto result = sceneSession->moveDragController_->ConsumeDragEvent(pointerEvent, originalRect, property, HWTEST_F() local
764 auto result = sceneSession->moveDragController_->ConsumeDragEvent(pointerEvent, originalRect, property, HWTEST_F() local
823 auto result = sceneSession->moveDragController_->ConsumeDragEvent(pointerEvent, originalRect, property, HWTEST_F() local
[all...]

Completed in 32 milliseconds

1...<<311312313314315316317318319320>>...489