Home
last modified time | relevance | path

Searched refs:HandleOnDisconnected (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.cpp49 return HandleOnDisconnected(); in OnRemoteRequestInner()
72 int32_t AppStateSubscriberStub::HandleOnDisconnected() in HandleOnDisconnected() function in OHOS::Memory::AppStateSubscriberStub
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_subscriber_local_live_view_stub.cpp51 result = HandleOnDisconnected(data, reply); in OnRemoteRequest()
72 ErrCode AnsSubscriberLocalLiveViewStub::HandleOnDisconnected(MessageParcel &data, MessageParcel &re… in HandleOnDisconnected() function in OHOS::Notification::AnsSubscriberLocalLiveViewStub
H A Dans_subscriber_stub.cpp47 result = HandleOnDisconnected(data, reply); in OnRemoteRequest()
100 ErrCode AnsSubscriberStub::HandleOnDisconnected(MessageParcel &data, MessageParcel &reply) in HandleOnDisconnected() function in OHOS::Notification::AnsSubscriberStub
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/anssubscriberstub_fuzzer/
H A Danssubscriberstub_fuzzer.cpp40 ansSubscriberStub.HandleOnDisconnected(datas, reply); in DoSomethingInterestingWithMyAPI()
76 ansSubscriberLocalLiveViewStub.HandleOnDisconnected(datas, reply); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Dapp_state_subscriber_stub.h43 int32_t HandleOnDisconnected();
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_subscriber_local_live_view_stub.h57 ErrCode HandleOnDisconnected(MessageParcel &data, MessageParcel &reply);
H A Dans_subscriber_stub.h115 ErrCode HandleOnDisconnected(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_subscriber_stub.cpp61 return HandleOnDisconnected(); in OnRemoteRequestInner()
129 ErrCode BackgroundTaskSubscriberStub::HandleOnDisconnected() in HandleOnDisconnected() function in OHOS::BackgroundTaskMgr::BackgroundTaskSubscriberStub
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dapp_state_listener.cpp45 PlayerMemManage::GetInstance().HandleOnDisconnected(); in OnDisconnected()
H A Dplayer_mem_manage.h47 void HandleOnDisconnected();
H A Dplayer_mem_manage.cpp375 void PlayerMemManage::HandleOnDisconnected() in HandleOnDisconnected() function in OHOS::Media::PlayerMemManage
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_subscriber_stub.h45 ErrCode HandleOnDisconnected();
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriber_fuzzer/
H A DbgtaskSubscriber_fuzzer.cpp55 subscriberImpl->HandleOnDisconnected(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/
H A Dans_subscriber_stub_unit_test.cpp145 HWTEST_F(AnsSubscriberStubUnitTest, HandleOnDisconnected, Function | SmallTest | Level2)
150 ErrCode res = stub_->HandleOnDisconnected(data, reply);