Home
last modified time | relevance | path

Searched refs:NoticeServiceDie (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/fuzztest/noticeservicedie_fuzzer/
H A Dnoticeservicedie_fuzzer.cpp43 int32_t ret = dBinderService_->NoticeServiceDie(serviceName, deviceID); in DoSomethingInterestingWithMyAPI()
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_stub.cpp115 int32_t IPCObjectStub::NoticeServiceDie(MessageParcel &data, MessageParcel &reply, MessageOption &option) in NoticeServiceDie() function in OHOS::IPCObjectStub
H A Dipc_object_proxy.h68 int32_t NoticeServiceDie();
H A Dipc_object_stub.h81 int32_t NoticeServiceDie(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/
H A Dcamera_listener_stub_fuzzer.cpp79 fuzz->NoticeServiceDie(data, reply, option); in Test()
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h172 int32_t NoticeServiceDie();
H A Dipc_object_stub.h253 int32_t NoticeServiceDie(MessageParcel &data, MessageParcel &reply, MessageOption &option);
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp128 result = NoticeServiceDie(data, reply, option); in OnRemoteRequest()
580 int32_t IPCObjectStub::NoticeServiceDie(MessageParcel &data, MessageParcel &reply, MessageOption &option) in NoticeServiceDie() function in OHOS::IPCObjectStub
H A Dipc_object_proxy.cpp579 int32_t IPCObjectProxy::NoticeServiceDie() in NoticeServiceDie() function in OHOS::IPCObjectProxy
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h258 int32_t NoticeServiceDie(const std::u16string &serviceName, const std::string &deviceID);
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_stub_unittest.cpp794 * @tc.desc: Verify the NoticeServiceDie function
809 auto result = testStub->NoticeServiceDie(data, reply, option); in HWTEST_F()
816 * @tc.desc: Verify the NoticeServiceDie function
826 auto result = testStub->NoticeServiceDie(data, reply, option); in HWTEST_F()
H A Dipc_object_proxy_unittest.cpp676 * @tc.desc: Verify the IPCObjectProxy::NoticeServiceDie function
687 auto ret = object->NoticeServiceDie(); in HWTEST_F()
693 * @tc.desc: Verify the IPCObjectProxy::NoticeServiceDie function
703 auto ret = object->NoticeServiceDie(); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp1203 int status = callbackProxy->NoticeServiceDie(); in ProcessCallbackProxy()
1251 int32_t DBinderService::NoticeServiceDie(const std::u16string &serviceName, const std::string &deviceID) in NoticeServiceDie() function in OHOS::DBinderService
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp814 * @tc.desc: Verify the NoticeServiceDie function
824 EXPECT_EQ(dBinderService->NoticeServiceDie(serviceName, deviceID), DBINDER_SERVICE_INVALID_DATA_ERR); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1026 dBinderService_->NoticeServiceDie(saName, nodeId); in NotifyRemoteSaDied()

Completed in 25 milliseconds