Searched refs:gid_ (Results 1 - 6 of 6) sorted by relevance
/foundation/resourceschedule/ffrt/src/util/ |
H A D | worker_monitor.h | 48 uint64_t gid_; member 53 : tid_(workerId), gid_(taskId), workerTaskType_(workerTaskType), label_(workerTaskLabel) {} in WorkerInfo() 65 workerInfo_.gid_ = UINT64_MAX; //该task type 没有 gid in TimeoutFunctionInfo()
|
H A D | worker_monitor.cpp | 250 "], Task Id:[" << timeoutFunction.workerInfo_.gid_ << "], "; in RecordSymbolAndBacktrace()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_types_util.cpp | 237 return Marshal(data, input.inode_, input.mode_, input.uid_, input.gid_); in Marshalling() 242 return Unmarshal(data, output.inode_, output.mode_, output.uid_, output.gid_); in Unmarshalling()
|
H A D | sqlite_connection.cpp | 123 info.gid_ = fileStat.st_gid; in Collect()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 53 uint32_t gid_ = 0; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.cpp | 1281 rdbInfo.gid_ = fileDebug.gid; 1300 fileInfo.gid = info.gid_;
|
Completed in 7 milliseconds