Home
last modified time | relevance | path

Searched refs:NoticeDeviceDie (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/ipc/services/dbinder/test/fuzztest/noticedevicedie_fuzzer/
H A Dnoticedevicedie_fuzzer.cpp37 int32_t ret = dBinderService_.NoticeDeviceDie(deviceID); in DoSomethingInterestingWithMyAPI()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h266 int32_t NoticeDeviceDie(const std::string &deviceID);
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp773 * @tc.desc: Verify the NoticeDeviceDie function
781 EXPECT_EQ(dBinderService->NoticeDeviceDie(deviceID), DBINDER_SERVICE_INVALID_DATA_ERR); in HWTEST_F()
786 * @tc.desc: Verify the NoticeDeviceDie function
794 EXPECT_EQ(dBinderService->NoticeDeviceDie(deviceID), DBINDER_SERVICE_NOTICE_DIE_ERR); in HWTEST_F()
799 * @tc.desc: Verify the NoticeDeviceDie function
809 EXPECT_EQ(dBinderService->NoticeDeviceDie(deviceID), DBINDER_SERVICE_NOTICE_DIE_ERR); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp1263 int32_t DBinderService::NoticeDeviceDie(const std::string &deviceID) in NoticeDeviceDie() function in OHOS::DBinderService
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager.cpp1036 dBinderService_->NoticeDeviceDie(deviceId); in NotifyRemoteDeviceOffline()

Completed in 10 milliseconds