/third_party/node/deps/icu-small/source/common/ |
H A D | servslkf.cpp | 64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | servslkf.cpp | 64 SimpleLocaleKeyFactory::create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const in create() argument
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | service_reflection_test.py | 45 from google.protobuf import service namespace
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
H A D | service_reflection_test.py | 40 from google.protobuf import service namespace
|
/third_party/selinux/libselinux/utils/ |
H A D | getdefaultcon.c | 24 char *service = NULL; in main() local
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/ |
H A D | hdf_syscall_adapter.c | 24 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 D | inter_ipc_service_stub.cpp | 86 auto service = std::static_pointer_cast<InterIpcServiceStub>(sharedFromThis_); in CreateDeathListener() local
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/ |
H A D | domain_rpc_manager.cpp | 69 int32_t DomainRpcManager::AddDomainRpcService(DomainRpcService *service) in AddDomainRpcService() argument
|
/foundation/ability/ability_runtime/services/quickfixmgr/include/ |
H A D | quick_fix_manager_apply_task.h | 29 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 D | app_exit_reason_helper_test.cpp | 64 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 D | bluetooth_gatt_server_callback_proxy.cpp | 82 void BluetoothGattServerCallbackProxy::OnAddService(int32_t ret, const BluetoothGattService &service) in OnAddService() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_service_connection.cpp | 33 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 D | audio_concurrency_service.cpp | 49 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 D | audio_capturer_samgr.cpp | 36 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 D | samgr_camera.cpp | 42 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 D | samgr_player_server.cpp | 41 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 D | recorder_samgr.cpp | 36 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 D | screen_listener.cpp | 58 ScreenListener(std::shared_ptr<WorkQueueManager> workQueueManager, std::shared_ptr<WorkSchedulerService> service) ScreenListener() argument
|
H A D | battery_level_listener.cpp | 61 BatteryLevelListener(std::shared_ptr<WorkQueueManager> workQueueManager, std::shared_ptr<WorkSchedulerService> service) BatteryLevelListener() argument
|
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register.c | 39 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 D | service.c | 25 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 D | wifi_scan_mgr_service_impl.cpp | 40 sptr<WifiScanMgrServiceImpl> service = new (std::nothrow) WifiScanMgrServiceImpl; in GetInstance() local
|
/foundation/communication/nfc/test/unittest/services/services_test/ |
H A D | nfc_polling_manager_test.cpp | 72 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 D | p2p_enabled_state_test.cpp | 231 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
|
/foundation/communication/nfc/test/fuzztest/services_test/hcesession_test/hcesession/hcesession_fuzzer/ |
H A D | hcesession_fuzzer.cpp | 42 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzIsDefaultService() local 52 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzStartHce() local 62 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzStopHce() local 71 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzRegHceCmdCallbackByToken() local 81 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); in FuzzUnRegHceCmdCallback() local 90 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); FuzzUnRegAllCallback() local 98 std::shared_ptr<NfcService> service = std::make_shared<NfcService>(); FuzzHandleWhenRemoteDie() local [all...] |