Home
last modified time | relevance | path

Searched defs:SOFTBUS_ERRNO (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsoftbus_error_code.h58 #define SOFTBUS_ERRNO(module) ((0xF << 28) | ((1 << (module)) << 16)) macro
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h49 #define SOFTBUS_ERRNO(module) (-(((SOFTBUS_SUB_SYSTEM) << 21) | ((module) << 16) | (0xFFFF))) macro
/foundation/communication/ipc/dl_deps/
H A Ddsoftbus_interface.h55 #define SOFTBUS_ERRNO(module) (-(((SOFTBUS_SUB_SYSTEM) << 21) | ((module) << 16) | (0xFFFF))) macro

Completed in 10 milliseconds