Home
last modified time | relevance | path

Searched refs:IPC_TEST_SERVICE (Results 1 - 14 of 14) sorted by relevance

/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp125 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
212 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
249 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
283 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
319 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
350 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
384 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
425 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
462 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
492 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_capi_remote_object_unittest.cpp182 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
198 sptr<IRemoteObject> objectServer = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
242 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
278 sptr<IRemoteObject> objectServer = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
305 sptr<IRemoteObject> objectServer = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
336 sptr<IRemoteObject> objectServer = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
359 sptr<IRemoteObject> objectServer = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
H A Dipc_hitrace_unittest.cpp170 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
223 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
266 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
305 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
352 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
393 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
H A Dipc_core_unittest.cpp465 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
496 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
529 int result = saMgr->AddSystemAbility(IPC_TEST_SERVICE, new TestService()); in HWTEST_F()
575 sptr<IRemoteObject> proxy = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
701 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
772 sptr<IRemoteObject> service = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
H A Dipc_capi_parcel_unittest.cpp689 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
/foundation/communication/ipc/ipc/test/ipc/include/
H A Dipc_proxy.h49 #define IPC_TEST_SERVICE "dev_mgr_svc" macro
/foundation/communication/ipc/ipc/test/ipc/server/
H A Dipc_test_server.c47 return IPC_TEST_SERVICE; in GetName()
178 SAMGR_GetInstance()->RegisterDefaultFeatureApi(IPC_TEST_SERVICE, GET_IUNKNOWN(g_ipcSaService)); in Init()
/foundation/ability/idl_tool/test/native/src/
H A Dtest_service.cpp39 int result = saMgr->AddSystemAbility(IPC_TEST_SERVICE, newInstance); in Instantiate()
40 ZLOGI(LABEL, "%{public}s: IPC_TEST_SERVICE result = %{public}d", __func__, result); in Instantiate()
H A Dtest_client.cpp33 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in ConnectService()
/foundation/communication/ipc/ipc/test/ipc/client/
H A Dipc_test_client.c42 SvcIdentity svcIdentity = SAMGR_GetRemoteIdentity(IPC_TEST_SERVICE, NULL); in AddDeathCallback()
158 IUnknown *iUnknown = SAMGR_GetInstance()->GetDefaultFeatureApi(IPC_TEST_SERVICE); in GetServerProxy()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/
H A Dsystem_ability_definition.h81 IPC_TEST_SERVICE = 1118, enumerator
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service_client.cpp36 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in ConnectService()
H A Dtest_service.cpp63 int result = saMgr->AddSystemAbility(IPC_TEST_SERVICE, newInstance); in Instantiate()
64 ZLOGD(LABEL, "%{public}s: IPC_TEST_SERVICE result = %{public}d", __func__, result); in Instantiate()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddefinition.rs75 pub const IPC_TEST_SERVICE: i32 = 1118; consts

Completed in 11 milliseconds