/ohos5.0/base/startup/init/services/init/include/ |
H A D | init_service.h | 145 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 D | init_service_socket.h | 46 typedef struct Service Service; typedef
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | gatt_data.h | 127 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 D | gatt_database.h | 161 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 D | gatt_cache.h | 70 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 D | service.h | 56 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 D | sched_scheduler.h | 32 class Service; variable
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_gatt_client.cpp | 66 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 D | svc_session_manager.h | 77 class Service; variable
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/ |
H A D | sidecar.h | 82 } Service; typedef
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt/ |
H A D | gatt_server_test.cpp | 33 void OnServiceAdded(GattService *Service, int ret) override in OnServiceAdded()
|
/ohos5.0/base/request/request/services/src/manage/events/ |
H A D | mod.rs | 37 Service(ServiceEvent), enumerator
|