Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_notify_test.cpp232 EXPECT_EQ(g_notifyEvent, DELETE_EVENT); in TriggerNotify00()
244 EXPECT_EQ(g_notifyEvent, DELETE_EVENT); in TriggerNotify00()
356 EXPECT_EQ(g_notifyEvent, DELETE_EVENT);
361 EXPECT_EQ(g_notifyEvent, DELETE_EVENT);
415 EXPECT_EQ(g_notifyEvent, DELETE_EVENT); in TriggerNotify02()
426 EXPECT_EQ(g_notifyEvent, DELETE_EVENT); in TriggerNotify02()
606 EXPECT_EQ(g_notifyEvent, DELETE_EVENT);
651 EXPECT_EQ(g_notifyEvent, DELETE_EVENT);
756 EXPECT_EQ(g_notifyEvent, DELETE_EVENT);
886 EXPECT_NE(g_notifyFlag, DELETE_EVENT);
[all …]
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_extension_info.h82 constexpr int32_t DELETE_EVENT = 1; variable
/ohos5.0/foundation/filemanagement/user_file_service/services/file_extension_hap/entry/src/main/ets/FileExtensionAbility/
H A DFileExtensionAbility.ts57 const DELETE_EVENT = 1;
71 [IN_DELETE_EVENT_CODE, DELETE_EVENT],
72 [DELETE_SELF_EVENT_CODE, DELETE_EVENT],
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/common/
H A Dfile_extension_info_napi.cpp213 DECLARE_NAPI_STATIC_PROPERTY("NOTIFY_DELETE", NVal::CreateInt32(env, DELETE_EVENT).val_), in InitNotifyType()