Home
last modified time | relevance | path

Searched refs:DIST_DATA_MGR_SYS_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Ddfs_event_dfx.h25 static constexpr int DIST_DATA_MGR_SYS_ID = 0xd; variable
48 DFS_ERROR = (DIST_DATA_MGR_SYS_ID << 21) | (DFS_ID << 16),
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfs_daemon_event_dfx.h26 static constexpr int DIST_DATA_MGR_SYS_ID = 0xd; variable
50 DFS_ERROR = (DIST_DATA_MGR_SYS_ID << 21) | (DFS_ID << 16),
/ohos5.0/foundation/distributeddatamgr/pasteboard/utils/native/include/
H A Dpasteboard_error.h23 constexpr int DIST_DATA_MGR_SYS_ID = 0xd; variable
30 E_OK = (DIST_DATA_MGR_SYS_ID << 21) | (PASTEBOARD_ID << 16),