/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | message.h | 53 typedef struct Identity Identity; typedef 77 struct Identity { struct 139 int32 SAMGR_SendRequest(const Identity *identity, const Request *request, Handler handler); 162 uint32 *SAMGR_SendSharedRequest(const Identity *identity, const Request *request, uint32 *token, Handler handler); 193 int32 SAMGR_SendSharedDirectRequest(const Identity *id, const Request *req, const Response *resp, uint32 **ref, 242 int32 SAMGR_SendResponseByIdentity(const Identity *id, const Request *request, const Response *response);
|
H A D | feature.h | 94 void (*OnInitialize)(Feature *feature, Service *parent, Identity identity);
103 * @param identity Indicates the {@link Identity} of the feature to be stopped.
107 void (*OnStop)(Feature *feature, Identity identity);
135 void (*OnInitialize)(Feature *feature, Service *parent, Identity identity); \
136 void (*OnStop)(Feature *feature, Identity identity); \
|
H A D | service.h | 171 * see {@link Identity}. 177 BOOL (*Initialize)(Service *service, Identity identity); 215 BOOL (*Initialize)(Service * service, Identity identity); \
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/slite/ |
H A D | ability_mgr_service_slite.h | 29 const Identity *GetIdentity(); 50 static void OnFeatureInitialize(Feature *feature, Service *parent, Identity identity); 52 static void OnFeatureStop(Feature *feature, Identity identity); 58 static BOOL ServiceInitialize(Service *service, Identity identity); 69 Identity serviceIdentity_ {}; 70 Identity featureIdentity_ {};
|
/foundation/ability/ability_lite/services/abilitymgr_lite/include/ |
H A D | ability_mgr_service.h | 31 const Identity *GetIdentity(); 36 static BOOL ServiceInitialize(Service *service, Identity identity); 41 Identity identity_;
|
H A D | ability_inner_feature.h | 49 static void OnFeatureInitialize(Feature *feature, Service *parent, Identity identity);
50 static void OnFeatureStop(Feature *feature, Identity identity);
54 Identity identity_;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_mgr_service.h | 36 Identity *GetIdentity(); 41 static BOOL ServiceInitialize(Service *service, Identity identity); 46 Identity identity_;
|
H A D | bundle_mgr_slite_feature.h | 57 Identity *GetIdentity();
62 static void OnFeatureInitialize(Feature *feature, Service *parent, Identity identity);
63 static void OnFeatureStop(Feature *feature, Identity identity);
67 Identity identity_;
|
H A D | bundle_ms_host.h | 38 Identity identity_ { 0 }; 40 static BOOL ServiceInitialize(Service *service, Identity identity);
|
H A D | bundle_inner_feature.h | 53 static void OnFeatureInitialize(Feature *feature, Service *parent, Identity identity);
54 static void OnFeatureStop(Feature *feature, Identity identity);
67 Identity identity_;
|
/foundation/ability/dmsfwk_lite/source/ |
H A D | dmslite_feature.c | 29 static void OnInitialize(Feature *feature, Service *parent, Identity identity); 30 static void OnStop(Feature *feature, Identity identity); 59 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() 68 static void OnStop(Feature *feature, Identity identity) in OnStop()
|
H A D | dmslite.c | 29 static BOOL Initialize(Service *service, Identity identity); 48 static BOOL Initialize(Service *service, Identity identity) in Initialize()
|
/foundation/multimedia/av_codec/services/engine/factory/ |
H A D | av_codec_base_factory.h | 24 template <typename I, typename Identity, typename... Args> 27 using self = AVCodecBaseFactory<I, Identity, Args...>; 30 static std::shared_ptr<I> make_sharePtr(const Identity &k, TS &&...args) in make_sharePtr() 65 static std::unordered_map<Identity, builder> box; in builders()
|
/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | pub_sub_feature.c | 23 static void OnInitialize(Feature *feature, Service *parent, Identity identity);
24 static void OnStop(Feature *feature, Identity identity);
57 static void OnInitialize(Feature *feature, Service *parent, Identity identity)
in OnInitialize() 63 static void OnStop(Feature *feature, Identity identity)
in OnStop()
|
H A D | broadcast_service.c | 23 static BOOL Initialize(Service *service, Identity identity);
45 static BOOL Initialize(Service *service, Identity identity)
in Initialize()
|
/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service.c | 71 Identity id = {impl->serviceId, INVALID_INDEX, (impl->taskPool != NULL) ? impl->taskPool->queueId : NULL};
in DEFAULT_Initialize() 90 void DEFAULT_MessageHandle(ServiceImpl *serviceImpl, const Identity *identity, Request *msg)
in DEFAULT_MessageHandle() 120 Identity id = {service->serviceId, INVALID_INDEX, (service->taskPool != NULL) ? service->taskPool->queueId : NULL};
in DEFAULT_StopService() 144 Identity DEFAULT_GetFeatureId(ServiceImpl *serviceImpl, const char *feature)
in DEFAULT_GetFeatureId() 146 Identity identity = {INVALID_INDEX, INVALID_INDEX, NULL};
in DEFAULT_GetFeatureId() 181 Identity id = {serviceImpl->serviceId, INVALID_INDEX, NULL};
in DEFAULT_DeleteFeature()
|
H A D | service_impl.h | 65 void DEFAULT_MessageHandle(ServiceImpl *serviceImpl, const Identity *identity, Request *msg);
69 Identity DEFAULT_GetFeatureId(ServiceImpl *serviceImpl, const char *feature);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundle_daemon.h | 37 static BOOL ServiceInitialize(Service *service, Identity identity); 43 Identity identity_ {}; 74 Identity identity;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/ |
H A D | wifi_scan_feature_lite.cpp | 39 Identity identity; 48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() 60 static void OnStop(Feature *feature, Identity identity) in OnStop()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_feature_lite.cpp | 39 Identity identity; 48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() 60 static void OnStop(Feature *feature, Identity identity) in OnStop()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_feature_lite.cpp | 37 Identity identity; 46 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() 58 static void OnStop(Feature *feature, Identity identity) in OnStop()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_feature_lite.cpp | 39 Identity identity; 48 static void OnInitialize(Feature *feature, Service *parent, Identity identity) in OnInitialize() 60 static void OnStop(Feature *feature, Identity identity) in OnStop()
|
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/include/slite/ |
H A D | abilityms_slite_client.h | 60 void SetServiceIdentity(const Identity *identity); 75 const Identity *identity_ { nullptr };
|
/foundation/ability/ability_lite/services/abilitymgr_lite/src/ |
H A D | ability_mgr_service.cpp | 57 const Identity *AbilityMgrService::GetIdentity() in GetIdentity() 62 BOOL AbilityMgrService::ServiceInitialize(Service *service, Identity identity) in ServiceInitialize()
|
/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | samgr_player_server.cpp | 38 Identity identity;
47 static BOOL Initialize(Service* service, Identity identity)
in Initialize() 51 MEDIA_INFO_LOG("Initialize(%s)! Identity<%d, %d>\n", SERVICE_NAME, identity.serviceId, identity.featureId);
in Initialize()
|