Home
last modified time | relevance | path

Searched refs:SERVICE_NAME (Results 1 - 25 of 45) sorted by relevance

12

/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dsamgr_player_server.cpp44 return SERVICE_NAME; in GetName()
51 MEDIA_INFO_LOG("Initialize(%s)! Identity<%d, %d>\n", SERVICE_NAME, identity.serviceId, identity.featureId); in Initialize()
88 SAMGR_GetInstance()->RegisterDefaultFeatureApi(SERVICE_NAME, GET_IUNKNOWN(g_example)); in Init()
/foundation/window/window_manager_lite/services/wms/
H A Dsamgr_wms.cpp43 return SERVICE_NAME; in GetName()
50 GRAPHIC_LOGI("Initialize(%s)! Identity<%d, %d, %p>", SERVICE_NAME, in Initialize()
88 SAMGR_GetInstance()->RegisterDefaultFeatureApi(SERVICE_NAME, GET_IUNKNOWN(g_example)); in Init()
/foundation/multimedia/camera_lite/services/server/src/
H A Dsamgr_camera.cpp45 return Media::SERVICE_NAME; in GetName()
55 MEDIA_INFO_LOG("Initialize(%s)! Identity<%d, %d>", Media::SERVICE_NAME, in Initialize()
96 SAMGR_GetInstance()->RegisterDefaultFeatureApi(Media::SERVICE_NAME, GET_IUNKNOWN(g_example)); in Init()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsession_manager.cpp28 const string SERVICE_NAME = "OHOS.Filemanagement.Dfs.ICloudSyncService"; member
44 auto ret = SoftbusAdapter::GetInstance().CreateSessionServer(SERVICE_NAME.c_str(), SESSION_NAME.c_str()); in CreateServer()
64 auto ret = SoftbusAdapter::GetInstance().RemoveSessionServer(SERVICE_NAME.c_str(), SESSION_NAME.c_str()); in RemoveServer()
H A Dsoftbus_adapter.cpp31 const string SERVICE_NAME = "OHOS.Filemanagement.Dfs.ICloudSyncService"; member
216 .pkgName = const_cast<char*>(SERVICE_NAME.c_str()), in OpenSession()
223 std::string saveKey = std::string(sessionName) + std::string(SERVICE_NAME); in OpenSession()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp62 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(IDaemon::SERVICE_NAME, "", deviceList); in IsSameAccount()
79 int errCode = deviceManager.GetNetworkTypeByNetworkId(IDaemon::SERVICE_NAME, info.GetCid(), networkType); in JudgeNetworkTypeIsWifi()
106 .pkgName = const_cast<char*>(IDaemon::SERVICE_NAME.c_str()), in JoinDomain()
178 .pkgName = const_cast<char*>(IDaemon::SERVICE_NAME.c_str()), in OpenSession()
229 .pkgName = const_cast<char*>(IDaemon::SERVICE_NAME.c_str()), in OpenApSession()
H A Dsoftbus_handler_asset.cpp96 .pkgName = const_cast<char*>(SERVICE_NAME.c_str()), in CreateAssetLocalSessionServer()
162 .pkgName = const_cast<char*>(SERVICE_NAME.c_str()), in AssetBind()
330 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(SERVICE_NAME, "", deviceList); in IsSameAccount()
494 int errCode = GetLocalNodeDeviceInfo(SERVICE_NAME.c_str(), &tmpNodeInfo); in GetLocalNetworkId()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dwms_client.cpp38 IUnknown *iUnknown = SAMGR_GetInstance()->GetDefaultFeatureApi(SERVICE_NAME); in WaitUntilWmsReady()
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_client.cpp42 IUnknown *iUnknown = SAMGR_GetInstance()->GetDefaultFeatureApi(SERVICE_NAME); in InitCameraClient()
/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_type.h52 const char SERVICE_NAME[] = "CameraServer"; member
/foundation/filemanagement/dfs_service/interfaces/inner_api/native/cloud_daemon_kit_inner/
H A Di_cloud_daemon.h32 static inline const std::string SERVICE_NAME { "ohos.filemanagement.distributedfile.clouddaemon" };
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_wms_client.cpp39 IUnknown* iUnknown = SAMGR_GetInstance()->GetDefaultFeatureApi(SERVICE_NAME); in InitLiteWMSClient()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/all_connect/
H A Dall_connect_manager.cpp101 SERVICE_NAME.c_str(), in PublishServiceState()
129 SERVICE_NAME.c_str(), in ApplyAdvancedResource()
198 int32_t ret = allConnect_.ServiceCollaborationManager_RegisterLifecycleCallback(SERVICE_NAME.c_str(), in RegisterLifecycleCallback()
220 int32_t ret = allConnect_.ServiceCollaborationManager_UnRegisterLifecycleCallback(SERVICE_NAME.c_str()); in UnRegisterLifecycleCallback()
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_type.h63 const char SERVICE_NAME[] = "PlayerServer"; member
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_asset_send_listener.h44 static inline const std::string SERVICE_NAME{"ohos.storage.distributedfile.daemon"};
H A Dsoftbus_file_send_listener.h39 static inline const std::string SERVICE_NAME{"ohos.storage.distributedfile.daemon"};
H A Dsoftbus_file_receive_listener.h42 static inline const std::string SERVICE_NAME{"ohos.storage.distributedfile.daemon"};
H A Dsoftbus_asset_recv_listener.h50 static inline const std::string SERVICE_NAME{"ohos.storage.distributedfile.daemon"};
H A Dsoftbus_handler.h69 static inline const std::string SERVICE_NAME{"ohos.storage.distributedfile.daemon"};
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp183 string pkgName = IDaemon::SERVICE_NAME; in GetNetworkType()
647 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(IDaemon::SERVICE_NAME, "", deviceList); in GetDeviceIdByNetworkId()
691 int ret = hichainDevGroupMgr_->getRelatedGroups(ANY_OS_ACCOUNT, IDaemon::SERVICE_NAME.c_str(), udid.c_str(), in QueryRelatedGroups()
791 string pkgName = IDaemon::SERVICE_NAME; in InitDeviceInfos()
814 DistributedHardware::DeviceManager::GetInstance().GetTrustedDeviceList(IDaemon::SERVICE_NAME, "", deviceList); in IsSupportedDevice()
856 int errCode = deviceManager.GetLocalDeviceInfo(IDaemon::SERVICE_NAME, localDeviceInfo); in InitLocalNodeInfo()
876 string pkgName = IDaemon::SERVICE_NAME; in GetRemoteDevicesInfo()
895 string pkgName = IDaemon::SERVICE_NAME; in RegisterToExternalDm()
911 string pkgName = IDaemon::SERVICE_NAME; in UnregisterFromExternalDm()
H A Ddevice_info.cpp33 deviceManager.GetUdidByNetworkId(IDaemon::SERVICE_NAME, cid_, udid_); in DeviceInfo()
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dlite_wm_type.h84 const char SERVICE_NAME[] = "WMS"; member
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/
H A Dall_connect_manager.h66 static inline const std::string SERVICE_NAME {"Distributedfile"};
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Dservice_profile.cpp105 cJSON_AddStringToObject(json, SERVICE_NAME.c_str(), serviceName_.c_str()); in dump()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Di_daemon.h50 static inline const std::string SERVICE_NAME { "ohos.storage.distributedfile.daemon" };

Completed in 16 milliseconds

12