Home
last modified time | relevance | path

Searched defs:Service (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/startup/init/services/init/include/
H A Dinit_service.h145 typedef struct Service { struct
156 int status : 4; // ServiceStatus argument
160 ServiceEnv *env; argument
162 ServiceArgs capsArgs; argument
163 ServiceArgs permArgs; argument
164 ServiceArgs permAclsArgs; argument
166 ServiceArgs pathArgs; argument
167 ServiceArgs writePidArgs; argument
170 ServiceFile *fileCfg; argument
174 ServiceJobs serviceJobs; argument
[all …]
H A Dinit_service_socket.h46 typedef struct Service Service; typedef
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dgatt_data.h127 struct Service { struct
128 Service() in Service() function
133 Service(const Uuid& uuid, uint16_t handle, uint16_t starthandle, uint16_t endHandle) in Service() argument
139 explicit Service(uint16_t handle) in Service() argument
145 Service(uint16_t handle, uint16_t endHandle) in Service() argument
154 Service &operator=(const Service &src) = delete; argument
155 Service &operator=(Service &&src) = delete; argument
162 std::vector<Service> includeServices_; argument
163 std::vector<Characteristic> characteristics_;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.h161 struct Service { struct
165 std::vector<IncludeService> includeServices_; argument
169 Service(uint16_t handle, uint16_t endHandle, const Uuid uuid) in Service() argument
178 explicit Service(const bluetooth::Service &src) in Service() argument
188 Service &operator=(const Service &) = default; argument
190 Service &operator=(Service &&) = default; argument
H A Dgatt_cache.h70 struct Service { struct
78 Service() in Service() argument
81 Service(bool isPrimary, uint16_t handle, uint16_t endHandle, const Uuid uuid) in Service() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dservice.h56 typedef struct Service Service; typedef
149 struct Service { struct
161 const char *(*GetName)(Service *service); argument
177 BOOL (*Initialize)(Service *service, Identity identity); argument
192 BOOL (*MessageHandle)(Service *service, Request *request); argument
204 TaskConfig (*GetTaskConfig)(Service *service); argument
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_sched/
H A Dsched_scheduler.h32 class Service; variable
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_gatt_client.cpp66 struct Service { struct
67 bool isDiscoverCompleted_;
68 bool isDiscoverCharacteristicCompleted_;
69 bool isDiscoverIncludeSvcCompleted_;
70 uint16_t endHandle_;
71 std::map<uint16_t, Characteristics> characteristics_;
72 Service(uint16_t endHandle) in Service() argument
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h77 class Service; variable
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dsidecar.h82 } Service; typedef
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_server_test.cpp33 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
/ohos5.0/base/request/request/services/src/manage/events/
H A Dmod.rs37 Service(ServiceEvent), enumerator