Home
last modified time | relevance | path

Searched refs:HandleDataSubscribeCmd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/security_guard/services/data_collect/sa/include/
H A Ddata_collect_manager_stub.h34 int32_t HandleDataSubscribeCmd(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Ddata_collect_manager_stub.h34 int32_t HandleDataSubscribeCmd(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/security/security_guard/services/data_collect/sa/
H A Ddata_collect_manager_stub.cpp42 return HandleDataSubscribeCmd(data, reply); in OnRemoteRequest()
158 int32_t DataCollectManagerStub::HandleDataSubscribeCmd(MessageParcel &data, MessageParcel &reply) in HandleDataSubscribeCmd() function in OHOS::Security::SecurityGuard::DataCollectManagerStub