Home
last modified time | relevance | path

Searched defs:SOFTBUS_ERRNO (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/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
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_error_code.h49 #define SOFTBUS_ERRNO(module) (-(((SOFTBUS_SUB_SYSTEM) << 21) | ((module) << 16) | (0xFFFF))) macro