Home
last modified time | relevance | path

Searched defs:status (Results 1326 - 1350 of 5989) sorted by relevance

1...<<51525354555657585960>>...240

/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_l2cap.c67 void RfcommRecvConnectRspCback(uint16_t lcid, const L2capConnectionInfo *info, uint16_t result, uint16_t status) in RfcommRecvConnectRspCback() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avctp/
H A Davctp_br_l2cap.h34 uint16_t status; member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_status_params.c27 static void HciCmdOnReadFailedContactCounterFailed(uint8_t status, const void *param) in HciCmdOnReadFailedContactCounterFailed() argument
42 static void HciCmdOnResetFailedContactCounterFailed(uint8_t status, const void *param) in HciCmdOnResetFailedContactCounterFailed() argument
57 static void HciCmdOnReadLinkQualityFailed(uint8_t status, const void *param) in HciCmdOnReadLinkQualityFailed() argument
72 static void HciCmdOnReadRssiFailed(uint8_t status, cons argument
87 HciCmdOnReadAfhChannelMapFailed(uint8_t status, const void *param) HciCmdOnReadAfhChannelMapFailed() argument
102 HciCmdOnReadClockFailed(uint8_t status, const void *param) HciCmdOnReadClockFailed() argument
117 HciCmdOnReadEncryptionKeySizeFailed(uint8_t status, const void *param) HciCmdOnReadEncryptionKeySizeFailed() argument
132 HciCmdOnReadLocalAmpInfoFailed(uint8_t status, const void *param) HciCmdOnReadLocalAmpInfoFailed() argument
146 HciCmdOnReadLocalAmpAssocFailed(uint8_t status, const void *param) HciCmdOnReadLocalAmpAssocFailed() argument
160 HciCmdOnWriteRemoteAmpAssocFailed(uint8_t status, const void *param) HciCmdOnWriteRemoteAmpAssocFailed() argument
174 HciCmdOnSetTriggeredClockCaptureFailed(uint8_t status, const void *param) HciCmdOnSetTriggeredClockCaptureFailed() argument
207 HciOnStatusParametersCmdFailed(uint16_t opCode, uint8_t status, const void *param) HciOnStatusParametersCmdFailed() argument
[all...]
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_ipv6_client.h42 unsigned int status; // 1 ipv4 getted, 2 dns getted, 3 ipv4 and dns getted member
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dfscrypt_key_v2_mock.cpp77 bool FscryptKeyV2::AddClassE(bool &isNeedEncryptClassE, bool &isSupport, uint32_t status) in AddClassE() argument
110 bool FscryptKeyV2::EncryptClassE(const UserAuth &auth, bool &isSupport, uint32_t user, uint32_t status) in EncryptClassE() argument
101 DecryptClassE(const UserAuth &auth, bool &isSupport, bool &eBufferStatue, uint32_t user, uint32_t status) DecryptClassE() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/sampling_options_napi/
H A Djs_sampling_options.cpp31 napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, nullptr, in Init() local
58 napi_status status = napi_get_cb_info(env, info, &argCount, argv, &jsThis, nullptr); in Constructor() local
[all...]
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_active_info.cpp37 napi_status status = napi_unwrap(env, funcArg.GetThisVar(), (void**)&webGLActiveInfo); in GetWebGLActiveInfo() local
H A Dutil.cpp37 napi_status status; in GetContextInfo() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.h45 bool status = false; member
/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/
H A Dnapi_observer_callback.cpp33 napi_status status = napi_create_reference(env_, callback, ARGS_ONE, &cbOnRef_); in NapiObserver() local
41 napi_status status = napi_delete_reference(env_, cbOnRef_); in ~NapiObserver() local
51 napi_status status = napi_create_array_with_length(env, listValue.size(), &value); in SetValueArray() local
74 NapiWorkScope(uv_work_t *work, int status) NapiWorkScope() argument
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager/src/fold_screen_controller/sensor_fold_state_manager/
H A Dsensor_fold_state_manager.cpp118 void SensorFoldStateManager::SetTentMode(bool status) in SetTentMode() argument
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dsingle_display_pocket_fold_policy_test.cpp400 bool status = true; in HWTEST_F() local
416 bool status = false; in HWTEST_F() local
H A Dsingle_display_fold_policy_test.cpp395 bool status = true; in HWTEST_F() local
412 bool status = false; in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_stage_stub_test.cpp583 auto status = WsPiPControlStatus::PLAY; in HWTEST_F() local
H A Dsession_stub_test.cpp562 int32_t status = 1; in HWTEST_F() local
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp65 bool status = true; in HWTEST_F() local
/test/ostest/wukong/test_flow/src/
H A Dtest_flow.cpp141 void TestFlow::OnStatusUpdated(ComponentStatus status) in OnStatusUpdated() argument
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/entry/src/main/cpp/
H A Dhello.cpp50 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in loadModuleWithInfo() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harOne/src/main/cpp/
H A Dhello.cpp50 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in loadModuleWithInfo() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/harTwo/src/main/cpp/
H A Dhello.cpp50 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in loadModuleWithInfo() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/hspOne/src/main/cpp/
H A Dhello.cpp50 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in loadModuleWithInfo() local
/test/xts/acts/arkcompiler/arkts_module_test/napi_load/hspTwo/src/main/cpp/
H A Dhello.cpp50 napi_status status = napi_get_cb_info(env, info, &argc, args, nullptr, nullptr); in loadModuleWithInfo() local
/test/xts/acts/kernel_lite/ipc_posix/message_queue/
H A DIpcMqTest.cpp207 int status; in HWTEST_F() local
268 int status; in HWTEST_F() local
334 int status; HWTEST_F() local
576 int status; HWTEST_F() local
600 int status; HWTEST_F() local
[all...]
/test/xts/acts/kernel_lite/process_posix/src/
H A DProcessTest.cpp423 int status = 0; in HWTEST_F() local
445 int status = 0; in HWTEST_F() local
468 int status = 0; in HWTEST_F() local
492 int status = 0; HWTEST_F() local
[all...]
H A DPidTest.cpp362 int status; in HWTEST_F() local

Completed in 20 milliseconds

1...<<51525354555657585960>>...240