Searched refs:opsType (Results 1 - 6 of 6) sorted by relevance
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | ops_registry.cpp | 21 OpsRegistry::Registrar::Registrar(OH_NN_OperationType opsType, std::function<std::unique_ptr<OpsBuilder>()> createFunc) in Registrar() argument 24 if (registry.m_opsRegedit.find(opsType) != registry.m_opsRegedit.end()) { in Registrar() 25 LOGW("Operantion has been registered, cannot register twice. Operation type: %d", opsType); in Registrar() 27 registry.m_opsRegedit[opsType] = createFunc; in Registrar()
|
H A D | ops_registry.h | 33 Registrar(OH_NN_OperationType opsType, std::function<std::unique_ptr<OpsBuilder>()> createFunc); 50 #define REGISTER_OPS(T, opsType) static OpsRegistry::Registrar g_##T(opsType, CREATE_FUNC(T))
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_notify_test.cpp | 77 paramDisk.opsType = NotifyOpsType::DAEMON_SETATTR; in HWTEST_F() 99 paramDisk.opsType = NotifyOpsType::DAEMON_SETATTR; in HWTEST_F() 120 paramDisk.opsType = NotifyOpsType::DAEMON_SETXATTR; in HWTEST_F() 142 paramDisk.opsType = NotifyOpsType::DAEMON_SETXATTR; in HWTEST_F() 163 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 186 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 211 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 235 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 259 paramDisk.opsType = NotifyOpsType::DAEMON_RECYCLE; in HWTEST_F() 283 paramDisk.opsType in HWTEST_F() [all...] |
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/ |
H A D | clouddisk_notify_const.h | 50 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; member 65 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; member
|
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_notify.cpp | 153 if (paramDisk.opsType == NotifyOpsType::DAEMON_RECYCLE) { in HandleRecycleRestore() 157 if (paramDisk.opsType == NotifyOpsType::DAEMON_RESTORE) { in HandleRecycleRestore() 201 notifyData.isDir = paramDisk.opsType == NotifyOpsType::DAEMON_RMDIR; in HandleUnlink() 233 switch (paramDisk.opsType) { in TryNotify() 256 LOGE("bad ops, opsType: %{public}d", paramDisk.opsType); in TryNotify() 367 switch (paramService.opsType) { in TryNotifyService() 384 LOGE("bad ops, opsType: %{public}d", paramService.opsType); in TryNotifyService()
|
/foundation/filemanagement/dfs_service/test/fuzztest/clouddisknotify_fuzzer/ |
H A D | clouddisknotify_fuzzer.cpp | 56 paramService.opsType = static_cast<NotifyOpsType>(fuzzData.GetData<uint32_t>() % OPS_TYE_SIZE); in TryNotifyServiceFuzzTest()
|
Completed in 4 milliseconds