Searched refs:IPC_TEST_SERVICE (Results 1 - 14 of 14) sorted by relevance
/foundation/communication/ipc/ipc/test/moduletest/native/common/ |
H A D | ipc_core_module_test.cpp | 125 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 D | ipc_capi_remote_object_unittest.cpp | 182 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 D | ipc_hitrace_unittest.cpp | 170 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 D | ipc_core_unittest.cpp | 465 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 D | ipc_capi_parcel_unittest.cpp | 689 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F()
|
/foundation/communication/ipc/ipc/test/ipc/include/ |
H A D | ipc_proxy.h | 49 #define IPC_TEST_SERVICE "dev_mgr_svc" macro
|
/foundation/communication/ipc/ipc/test/ipc/server/ |
H A D | ipc_test_server.c | 47 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 D | test_service.cpp | 39 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 D | test_client.cpp | 33 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in ConnectService()
|
/foundation/communication/ipc/ipc/test/ipc/client/ |
H A D | ipc_test_client.c | 42 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 D | system_ability_definition.h | 81 IPC_TEST_SERVICE = 1118, enumerator
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service_client.cpp | 36 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in ConnectService()
|
H A D | test_service.cpp | 63 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 D | definition.rs | 75 pub const IPC_TEST_SERVICE: i32 = 1118; consts
|
Completed in 11 milliseconds