Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_kits_test.cpp154 want.SetAction(TAG_ACTION_VIEW);
197 want.SetAction(TAG_ACTION_VIEW);
220 want.SetAction(TAG_ACTION_VIEW);
236 want.SetAction(TAG_ACTION_VIEW);
263 want.SetAction(TAG_ACTION_VIEW);
290 want.SetAction(TAG_ACTION_VIEW);
312 want.SetAction(TAG_ACTION_VIEW);
339 want.SetAction(TAG_ACTION_VIEW);
365 want.SetAction(TAG_ACTION_VIEW);
395 want.SetAction(TAG_ACTION_VIEW);
[all …]
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file_kits.h27 static const std::string TAG_ACTION_VIEW = "ohos.want.action.viewData"; variable
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_kits.cpp153 if (action != TAG_ACTION_VIEW && action != TAG_ACTION_EDIT) { in GetSandboxFlag()