Home
last modified time | relevance | path

Searched defs:notifyCode (Results 1 – 2 of 2) sorted by relevance

/foundation/filemanagement/storage_service/services/storage_manager/volume/test/
Dnotification_test.cpp46 int32_t notifyCode = VOLUME_REMOVED; variable
69 int32_t notifyCode = VOLUME_UNMOUNTED; variable
92 int32_t notifyCode = VOLUME_MOUNTED; variable
115 int32_t notifyCode = VOLUME_BAD_REMOVAL; variable
138 int32_t notifyCode = VOLUME_EJECT; variable
161 int32_t notifyCode = 5; variable
/foundation/filemanagement/storage_service/services/storage_manager/volume/src/
Dnotification.cpp33 void Notification::NotifyVolumeChange(int32_t notifyCode, std::string id, std::string diskId, in NotifyVolumeChange()