Home
last modified time | relevance | path

Searched defs:bSucc (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
H A Db_dir_test.cpp64 bool bSucc; variable
101 bool bSucc; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/
H A Dtrans_lane_test.cpp173 bool bSucc = false; variable
217 bool bSucc = false; variable
444 bool bSucc = true; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/include/
H A Dtrans_lane_pending_ctl.h54 bool bSucc; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_lane_pending_ctl.c61 bool bSucc; member
418 static int32_t TransGetLaneReqItemByLaneHandle(uint32_t laneHandle, bool *bSucc, LaneConnInfo *conn… in TransGetLaneReqItemByLaneHandle()
486 static int32_t TransUpdateLaneConnInfoByLaneHandle(uint32_t laneHandle, bool bSucc, const LaneConnI… in TransUpdateLaneConnInfoByLaneHandle()
1606 int32_t TransCancelLaneItemCondByLaneHandle(uint32_t laneHandle, bool bSucc, bool isAsync, int32_t … in TransCancelLaneItemCondByLaneHandle()
1773 int32_t TransUpdateAuthWithParaLaneConnInfo(uint32_t laneHandle, bool bSucc, const LaneConnInfo *co… in TransUpdateAuthWithParaLaneConnInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_picker.cpp129 bool bSucc = pixelMap->GetARGB32Color(x, y, colorVal); in GetMainColor() local