Searched refs:DataCollectManagerService (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/ |
H A D | security_guard_data_collect_sa_test.cpp | 87 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 95 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 103 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 111 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 119 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 127 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 137 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 149 DataCollectManagerService service(DATA_COLLECT_MANAGER_SA_ID, true); 701 data.WriteInt32(DataCollectManagerService::CMD_DATA_REQUEST); 714 data.WriteInt32(DataCollectManagerService::CMD_DATA_REQUEST); [all …]
|
H A D | data_collect_manager_service.h | 30 class DataCollectManagerService : public SystemAbility, public DataCollectManagerStub, public NoCop… 31 DECLARE_SYSTEM_ABILITY(DataCollectManagerService); 34 DataCollectManagerService(int32_t saId, bool runOnCreate); 35 ~DataCollectManagerService() override = default; 58 … explicit SubscriberDeathRecipient(wptr<DataCollectManagerService> service) : service_(service) {} in SubscriberDeathRecipient() 62 wptr<DataCollectManagerService> service_{};
|
/ohos5.0/base/security/security_guard/services/data_collect/sa/ |
H A D | data_collect_manager_service.cpp | 73 REGISTER_SYSTEM_ABILITY_BY_ID(DataCollectManagerService, DATA_COLLECT_MANAGER_SA_ID, true); 75 DataCollectManagerService::DataCollectManagerService(int32_t saId, bool runOnCreate) in DataCollectManagerService() function in OHOS::Security::SecurityGuard::DataCollectManagerService 81 void DataCollectManagerService::OnStart() in OnStart() 110 void DataCollectManagerService::OnStop() in OnStop() 115 int DataCollectManagerService::Dump(int fd, const std::vector<std::u16string>& args) in Dump() 143 void DataCollectManagerService::DumpEventInfo(int fd, int64_t eventId) in DumpEventInfo() 235 void DataCollectManagerService::PushDataCollectTask(const sptr<IRemoteObject> &object, in PushDataCollectTask() 317 int32_t DataCollectManagerService::Unsubscribe(const sptr<IRemoteObject> &callback) in Unsubscribe() 415 sptr<DataCollectManagerService> service = service_.promote(); in OnRemoteDied() 427 int32_t DataCollectManagerService::CollectorStart( in CollectorStart() [all …]
|
/ohos5.0/base/security/security_guard/services/data_collect/sa/include/ |
H A D | data_collect_manager_service.h | 31 class DataCollectManagerService : public SystemAbility, public DataCollectManagerStub, public NoCop… 32 DECLARE_SYSTEM_ABILITY(DataCollectManagerService); 35 DataCollectManagerService(int32_t saId, bool runOnCreate); 36 ~DataCollectManagerService() override = default; 59 … explicit SubscriberDeathRecipient(wptr<DataCollectManagerService> service) : service_(service) {} in SubscriberDeathRecipient() 63 wptr<DataCollectManagerService> service_{};
|
/ohos5.0/base/security/security_guard/services/data_collect/ |
H A D | sg_collect_service.map | 19 *OHOS::Security::SecurityGuard::DataCollectManagerService*;
|
/ohos5.0/base/security/security_guard/test/fuzztest/ipc/datacollectmanager_fuzzer/ |
H A D | data_collect_manager_fuzzer.cpp | 26 DataCollectManagerService g_service(DATA_COLLECT_MANAGER_SA_ID, true);
|