Home
last modified time | relevance | path

Searched refs:CallFuncByCode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/framework/extension/src/
H A Denterprise_admin_stub.cpp39 int32_t EnterpriseAdminStub::CallFuncByCode(uint32_t code, MessageParcel& data, MessageParcel& repl… in CallFuncByCode() function in OHOS::EDM::EnterpriseAdminStub
143 return CallFuncByCode(code, data, reply, option); in OnRemoteRequest()
/ohos5.0/base/customization/enterprise_device_management/framework/extension/include/
H A Denterprise_admin_stub.h43 …int32_t CallFuncByCode(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption &op…
/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Denterprise_device_mgr_stub.h61 ErrCode CallFuncByCode(uint32_t code, MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp38 ErrCode EnterpriseDeviceMgrStub::CallFuncByCode(uint32_t code, MessageParcel &data, MessageParcel &… in CallFuncByCode() function in OHOS::EDM::EnterpriseDeviceMgrStub
111 ErrCode ret = CallFuncByCode(code, data, reply); in OnRemoteRequest()