Home
last modified time | relevance | path

Searched defs:service (Results 201 - 225 of 662) sorted by relevance

12345678910>>...27

/base/telephony/cellular_data/test/
H A Dcellular_data_service_test.cpp38 std::shared_ptr<CellularDataService> service = DelayedSingleton<CellularDataService>::GetInstance(); member in OHOS::Telephony::CellularDataServiceTest
[all...]
/base/update/updateservice/services/core/ability/callback/src/
H A Dbase_callback_utils.cpp88 sptr<UpdateService> service = UpdateService::GetInstance(); in GetUpgradeCallback() local
/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_get_data_stub_test.cpp47 void GetMockInputerGetDataService(MockInputerGetDataService *service, int32_t *testErrorCode) in GetMockInputerGetDataService() argument
68 MockInputerGetDataService service; in HWTEST_F() local
98 MockInputerGetDataService service; in HWTEST_F() local
129 MockInputerGetDataService service; in HWTEST_F() local
175 MockInputerGetDataService service; HWTEST_F() local
[all...]
/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_client_test.cpp57 auto service = Common::MakeShared<MockUserIdmService>(); in HWTEST_F() local
91 auto service = Common::MakeShared<MockUserIdmService>(); in HWTEST_F() local
167 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
219 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
260 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
305 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
353 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
400 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
449 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
497 auto service = Common::MakeShared<MockUserIdmService>(); HWTEST_F() local
519 CallRemoteObject(const std::shared_ptr<MockUserIdmService> service, const sptr<MockRemoteObject> &obj, sptr<IRemoteObject::DeathRecipient> &dr) CallRemoteObject() argument
[all...]
H A Duser_idm_callback_service_test.cpp53 auto service = Common::MakeShared<IdmCallbackService>(idmClientCallback); in HWTEST_F() local
84 auto service = Common::MakeShared<IdmCallbackService>(idmClientCallback); in HWTEST_F() local
95 auto service = Common::MakeShared<IdmGetCredInfoCallbackService>(getCredInfoCallback); in HWTEST_F() local
119 auto service = Common::MakeShared<IdmGetCredInfoCallbackService>(getCredInfoCallback); HWTEST_F() local
129 auto service = Common::MakeShared<IdmGetSecureUserInfoCallbackService>(getSecInfoCallback); HWTEST_F() local
150 auto service = Common::MakeShared<IdmGetSecureUserInfoCallbackService>(getSecInfoCallback); HWTEST_F() local
[all...]
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dexecutor_messenger_service_test.cpp64 auto service = ExecutorMessengerService::GetInstance(); in HWTEST_F() local
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/
H A Dhdf_syscall_adapter.c24 int HdfSyscallAdapterDispatch (struct HdfObject *service, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfSyscallAdapterDispatch() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_service_stub.cpp86 auto service = std::static_pointer_cast<InterIpcServiceStub>(sharedFromThis_); in CreateDeathListener() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_manager.cpp69 int32_t DomainRpcManager::AddDomainRpcService(DomainRpcService *service) in AddDomainRpcService() argument
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h29 QuickFixManagerApplyTask(sptr<AppExecFwk::IQuickFixManager> bundleQfMgr, sptr<AppExecFwk::IAppMgr> appMgr, std::shared_ptr<AppExecFwk::EventHandler> handler, wptr<QuickFixManagerService> service) QuickFixManagerApplyTask() argument
/foundation/ability/ability_runtime/test/unittest/app_exit_reason_helper_test/
H A Dapp_exit_reason_helper_test.cpp64 std::weak_ptr<AAFwk::AbilityManagerService> service; in HWTEST_F() local
91 std::weak_ptr<AAFwk::AbilityManagerService> service; in HWTEST_F() local
116 std::weak_ptr<AAFwk::AbilityManagerService> service; in HWTEST_F() local
143 std::weak_ptr<AAFwk::AbilityManagerService> service; in HWTEST_F() local
171 std::weak_ptr<AAFwk::AbilityManagerService> service; HWTEST_F() local
197 std::weak_ptr<AAFwk::AbilityManagerService> service; HWTEST_F() local
223 std::weak_ptr<AAFwk::AbilityManagerService> service; HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_gatt_server_callback_proxy.cpp82 void BluetoothGattServerCallbackProxy::OnAddService(int32_t ret, const BluetoothGattService &service) in OnAddService() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_service_connection.cpp33 A2dpService *service = GetServiceInstance(role_); in A2dpConnect() local
69 A2dpService *service = GetServiceInstance(role_); in A2dpDisconnect() local
94 A2dpService *service = GetServiceInstance(role_); in JudgeConnectedNum() local
129 A2dpService *service = GetServiceInstance(role_); AddDevice() local
149 A2dpService *service = GetServiceInstance(role_); DeleteDevice() local
161 A2dpService *service = nullptr; JudgeConnectExit() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/concurrency/
H A Daudio_concurrency_service.cpp49 std::shared_ptr<AudioConcurrencyService> service = service_.lock(); in OnRemoteDied() local
41 AudioConcurrencyDeathRecipient( const std::shared_ptr<AudioConcurrencyService> &service, uint32_t sessionID) AudioConcurrencyDeathRecipient() argument
/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_samgr.cpp36 static const char *GetName(Service *service) in GetName() argument
42 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument
57 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument
69 GetTaskConfig(Service *service) GetTaskConfig() argument
[all...]
/foundation/multimedia/camera_lite/services/server/src/
H A Dsamgr_camera.cpp42 static const char* GetName(Service* service) in GetName() argument
48 static BOOL Initialize(Service* service, Identity identity) in Initialize() argument
60 static BOOL MessageHandle(Service* service, Request* msg) in MessageHandle() argument
70 GetTaskConfig(Service* service) GetTaskConfig() argument
[all...]
/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dsamgr_player_server.cpp41 static const char* GetName(Service* service) in GetName() argument
47 static BOOL Initialize(Service* service, Identity identity) in Initialize() argument
55 static BOOL MessageHandle(Service* service, Request* msg) in MessageHandle() argument
62 static TaskConfig GetTaskConfig(Service* service) in GetTaskConfig() argument
[all...]
/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_samgr.cpp36 static const char *GetName(Service *service) in GetName() argument
42 static BOOL Initialize(Service *service, Identity identity) in Initialize() argument
51 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle() argument
57 static TaskConfig GetTaskConfig(Service *service) in GetTaskConfig() argument
[all...]
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dscreen_listener.cpp58 ScreenListener(std::shared_ptr<WorkQueueManager> workQueueManager, std::shared_ptr<WorkSchedulerService> service) ScreenListener() argument
H A Dbattery_level_listener.cpp61 BatteryLevelListener(std::shared_ptr<WorkQueueManager> workQueueManager, std::shared_ptr<WorkSchedulerService> service) BatteryLevelListener() argument
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c39 int SAMGR_RegisterServiceApi(const char *service, const char *feature, const Identity *identity, IUnknown *iUnknown) in SAMGR_RegisterServiceApi() argument
55 IUnknown *SAMGR_FindServiceApi(const char *service, const char *feature) in SAMGR_FindServiceApi() argument
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice.c25 ServiceImpl *SAMGR_CreateServiceImpl(Service *service, uint8 step) in SAMGR_CreateServiceImpl() argument
114 DEFAULT_StopService(ServiceImpl *service) DEFAULT_StopService() argument
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_mgr_service_impl.cpp40 sptr<WifiScanMgrServiceImpl> service = new (std::nothrow) WifiScanMgrServiceImpl; in GetInstance() local
/foundation/communication/nfc/test/unittest/services/services_test/
H A Dnfc_polling_manager_test.cpp72 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
85 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
99 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in HWTEST_F() local
115 std::shared_ptr<NfcService> service in HWTEST_F() local
128 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
143 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
158 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
175 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
194 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
212 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
230 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
248 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
263 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
280 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); HWTEST_F() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/test/
H A Dp2p_enabled_state_test.cpp231 WifiP2pServiceInfo service; in HWTEST_F() local
244 WifiP2pServiceInfo service; in HWTEST_F() local
323 WifiP2pServiceInfo service; in HWTEST_F() local
332 WifiP2pServiceInfo service; in HWTEST_F() local

Completed in 9 milliseconds

12345678910>>...27