Home
last modified time | relevance | path

Searched defs:GroupInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_permission.h28 struct GroupInfo { struct
35 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {} in GroupInfo() argument
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/
H A Dtrust_group_manager.h29 struct GroupInfo { struct
36 GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0) {} in GroupInfo() argument
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/dependency/hichain/
H A Dhichain_connector.h41 struct GroupInfo { struct
49GroupInfo() : groupName(""), groupId(""), groupOwner(""), groupType(0), groupVisibility(0), userId… in GroupInfo() argument
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h41 struct GroupInfo { struct
46 GroupInfo() : groupType(0) {} in GroupInfo() argument
47 GroupInfo(std::string name, std::string id, std::string owner, int32_t type) in GroupInfo() function
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_group.h25 struct GroupInfo { struct
27 int32_t GetFailedIndex() in GetFailedIndex()
32 void SetFailedIndex(int32_t index) in SetFailedIndex()
37 bool HasException() in HasException()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c57 } GroupInfo; typedef