Home
last modified time | relevance | path

Searched refs:FLAG_ONE_SHOT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp198 flags |= FLAG_ONE_SHOT;
246 flags |= FLAG_ONE_SHOT;
274 flags |= FLAG_ONE_SHOT;
310 flags |= FLAG_ONE_SHOT;
326 flags |= FLAG_ONE_SHOT;
342 flags |= FLAG_ONE_SHOT;
360 flags |= FLAG_ONE_SHOT;
376 flags |= FLAG_ONE_SHOT;
410 flags |= FLAG_ONE_SHOT;
448 flags |= FLAG_ONE_SHOT;
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp52 static const int FLAG_ONE_SHOT = 1 << 30; variable
139 int32_t flags = FLAG_ONE_SHOT; in GetAbility()
158 int32_t flags = (int32_t)FLAG_ONE_SHOT; in GetAbilities()
183 int32_t flags = FLAG_ONE_SHOT; in GetService()
203 int32_t flags = FLAG_ONE_SHOT; in GetForegroundService()
222 int32_t flags = FLAG_ONE_SHOT; in GetCommonEvent()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_agent_helper_test/
H A Dwant_agent_helper_test.cpp604 flags |= FLAG_ONE_SHOT;
639 flags |= FLAG_ONE_SHOT;
666 flags |= FLAG_ONE_SHOT;
937 flags |= FLAG_ONE_SHOT;
985 flags |= FLAG_ONE_SHOT;
1114 WantAgentHelper::Cancel(wantAgent, FLAG_ONE_SHOT);
1152 WantAgentHelper::Cancel(wantAgent, FLAG_ONE_SHOT);
1185 WantAgentHelper::Cancel(wantAgent, FLAG_ONE_SHOT);
1227 WantAgentHelper::Cancel(wantAgent, FLAG_ONE_SHOT);
1231 WantAgentHelper::Cancel(wantAgent, FLAG_ONE_SHOT|FLAG_ALLOW_CANCEL);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dwant_agent_helper.h39 static const int FLAG_ONE_SHOT = 1 << 30; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp46 wantFlags |= static_cast<unsigned int>(FLAG_ONE_SHOT); in FlagsTransformer()
442 if (static_cast<uint32_t>(flags) & static_cast<uint32_t>(FLAG_ONE_SHOT)) { in ParseFlags()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1200 …tyRuntime::WantAgent::WantAgentHelper::Cancel(wantAgent, AbilityRuntime::WantAgent::FLAG_ONE_SHOT | in CancelOnceWantAgent()