Home
last modified time | relevance | path

Searched refs:HandleSetDebugMode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Dsys_event_service_stub.cpp97 int32_t SysEventServiceStub::HandleSetDebugMode(MessageParcel& data, in HandleSetDebugMode() function in OHOS::HiviewDFX::SysEventServiceStub
192 return HandleSetDebugMode(data, reply, option); in OnRemoteRequest()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Dsys_event_service_stub.h40 int32_t HandleSetDebugMode(MessageParcel& data,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h708 ErrCode HandleSetDebugMode(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp1468 ErrCode res = bundleMgrHost.HandleSetDebugMode(data, reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp420 errCode = this->HandleSetDebugMode(data, reply); in OnRemoteRequest()
3063 ErrCode BundleMgrHost::HandleSetDebugMode(MessageParcel &data, MessageParcel &reply) in HandleSetDebugMode() function in OHOS::AppExecFwk::BundleMgrHost