Home
last modified time | relevance | path

Searched refs:Identity (Results 1 - 25 of 94) sorted by relevance

1234

/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dmessage.h53 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 Dfeature.h94 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 Dservice.h171 * 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 Dability_mgr_service_slite.h29 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 Dability_mgr_service.h31 const Identity *GetIdentity();
36 static BOOL ServiceInitialize(Service *service, Identity identity);
41 Identity identity_;
H A Dability_inner_feature.h49 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 Dbundle_mgr_service.h36 Identity *GetIdentity();
41 static BOOL ServiceInitialize(Service *service, Identity identity);
46 Identity identity_;
H A Dbundle_mgr_slite_feature.h57 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 Dbundle_ms_host.h38 Identity identity_ { 0 };
40 static BOOL ServiceInitialize(Service *service, Identity identity);
H A Dbundle_inner_feature.h53 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 Ddmslite_feature.c29 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 Ddmslite.c29 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 Dav_codec_base_factory.h24 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 Dpub_sub_feature.c23 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 Dbroadcast_service.c23 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 Dservice.c71 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 Dservice_impl.h65 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 Dbundle_daemon.h37 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 Dwifi_scan_feature_lite.cpp39 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 Dwifi_device_feature_lite.cpp39 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 Ddhcp_client_feature_lite.cpp37 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 Ddhcp_server_feature_lite.cpp39 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 Dabilityms_slite_client.h60 void SetServiceIdentity(const Identity *identity);
75 const Identity *identity_ { nullptr };
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_service.cpp57 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 Dsamgr_player_server.cpp38 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()

Completed in 7 milliseconds

1234