/ohos5.0/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/ |
H A D | app_state_subscriber_stub.cpp | 49 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 D | ans_subscriber_local_live_view_stub.cpp | 51 result = HandleOnDisconnected(data, reply); in OnRemoteRequest() 72 ErrCode AnsSubscriberLocalLiveViewStub::HandleOnDisconnected(MessageParcel &data, MessageParcel &re… in HandleOnDisconnected() function in OHOS::Notification::AnsSubscriberLocalLiveViewStub
|
H A D | ans_subscriber_stub.cpp | 47 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 D | anssubscriberstub_fuzzer.cpp | 40 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 D | app_state_subscriber_stub.h | 43 int32_t HandleOnDisconnected();
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_subscriber_local_live_view_stub.h | 57 ErrCode HandleOnDisconnected(MessageParcel &data, MessageParcel &reply);
|
H A D | ans_subscriber_stub.h | 115 ErrCode HandleOnDisconnected(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/ |
H A D | background_task_subscriber_stub.cpp | 61 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 D | app_state_listener.cpp | 45 PlayerMemManage::GetInstance().HandleOnDisconnected(); in OnDisconnected()
|
H A D | player_mem_manage.h | 47 void HandleOnDisconnected();
|
H A D | player_mem_manage.cpp | 375 void PlayerMemManage::HandleOnDisconnected() in HandleOnDisconnected() function in OHOS::Media::PlayerMemManage
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/ |
H A D | background_task_subscriber_stub.h | 45 ErrCode HandleOnDisconnected();
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriber_fuzzer/ |
H A D | bgtaskSubscriber_fuzzer.cpp | 55 subscriberImpl->HandleOnDisconnected(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_subscriber_stub_test/ |
H A D | ans_subscriber_stub_unit_test.cpp | 145 HWTEST_F(AnsSubscriberStubUnitTest, HandleOnDisconnected, Function | SmallTest | Level2) 150 ErrCode res = stub_->HandleOnDisconnected(data, reply);
|