Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_visual_effect_impl.cpp276 auto it = actions.find(tag); in SetMESABlurParams()
277 if (it != actions.end()) { in SetMESABlurParams()
301 auto it = actions.find(tag); in SetAIBarParams()
302 if (it != actions.end()) { in SetAIBarParams()
318 auto it = actions.find(tag); in SetGreyParams()
319 if (it != actions.end()) { in SetGreyParams()
343 auto it = actions.find(tag); in SetLinearGradientBlurParams()
344 if (it != actions.end()) { in SetLinearGradientBlurParams()
377 if (it != actions.end()) { in SetMagnifierParamsFloat()
400 if (it != actions.end()) { in SetMagnifierParamsUint32()
[all …]
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/
H A Dsocperf_server_test.cpp250 if (actions->modeMap.empty()) {
257 if (iter_match != actions->modeMap.end()) {
270 if (iter_mode == actions->modeMap.end()) {
305 actions->isLongTimePerf = false;
372 EXPECT_TRUE(actions->modeMap.find(deviceMode) == actions->modeMap.end());
375 EXPECT_TRUE(actions->modeMap.find(deviceMode) == actions->modeMap.end());
378 EXPECT_TRUE(actions->modeMap.find(deviceMode) == actions->modeMap.end());
380 int32_t size = actions->modeMap.size();
382 EXPECT_EQ(size + 1, actions->modeMap.size());
387 int32_t sizeBefore = actions->modeMap.size();
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/property/
H A Daccessibility_property_test_ng.cpp68 EXPECT_EQ(actions.size(), 0);
75 actions = props.GetSupportAction();
83 actions = props.GetSupportAction();
84 EXPECT_EQ(actions.size(), 2);
100 EXPECT_EQ(actions.size(), 2);
108 EXPECT_EQ(actions.size(), 2);
116 EXPECT_EQ(actions.size(), 3);
124 EXPECT_EQ(actions.size(), 0);
132 EXPECT_EQ(actions.size(), 1);
140 EXPECT_EQ(actions.size(), 1);
[all …]
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/
H A DBUILD.gn22 "${sys_installer_path}/frameworks/actions/include",
23 "${sys_installer_path}/frameworks/actions/verify_action/include",
29 "${sys_installer_path}/frameworks/actions/verify_action/src/pkg_verify.cpp",
36 "${sys_installer_path}/frameworks/actions/include",
37 "${sys_installer_path}/frameworks/actions/verify_action/include",
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/
H A Dbase.py68 actions = ActionChains(self.driver)
69 actions.move_to_element_with_offset(el, x, y).click().perform()
76 actions = ActionChains(self.driver)
77 actions.move_to_element_with_offset(el, loc[0],
81 actions = ActionChains(self.driver)
82 actions.key_down(Keys.CONTROL).send_keys('c').key_up(
86 actions = ActionChains(self.driver)
87 actions.key_down(Keys.CONTROL).send_keys('v').key_up(
/ohos5.0/base/powermgr/power_manager/test/systemtest/
H A DBUILD.gn78 "${powermgr_service_path}/native/src/actions:powermgr_actions",
109 "${powermgr_service_path}/native/src/actions:powermgr_actions",
141 "${powermgr_service_path}/native/src/actions:powermgr_actions",
169 "${powermgr_service_path}/native/src/actions:powermgr_actions",
201 "${powermgr_service_path}/native/src/actions:powermgr_actions",
233 "${powermgr_service_path}/native/src/actions:powermgr_actions",
265 "${powermgr_service_path}/native/src/actions:powermgr_actions",
296 "${powermgr_service_path}/native/src/actions:powermgr_actions",
327 "${powermgr_service_path}/native/src/actions:powermgr_actions",
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_media_content_test.cpp57 std::vector<uint32_t> actions; variable
59 rrc->SetShownActions(actions);
60 EXPECT_EQ(rrc->GetShownActions(), actions);
136 std::vector<uint32_t> actions = {1, 2}; variable
137 mediaContent->SetShownActions(actions);
/ohos5.0/base/update/sys_installer/frameworks/installer_manager/
H A DBUILD.gn22 "${sys_installer_path}/frameworks/actions/include",
23 "${sys_installer_path}/frameworks/actions/verify_action/include",
40 "${sys_installer_path}/frameworks/actions/include",
41 "${sys_installer_path}/frameworks/actions/verify_action/include",
50 "${sys_installer_path}/frameworks/actions/verify_action:libverifyaction",
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c170 appInfo->actions = 0; in AppInfoMemoryRequest()
213 appInfo->actions |= ACTION_OPEN; in ProcessAppInfo()
215 appInfo->actions |= ACTION_CREATE; in ProcessAppInfo()
220 if (appInfo->actions == 0) { in ProcessAppInfo()
328 if (pItem->actions == ACTION_CREATE) { in GetPermType()
365 if (pItem->actions == 0) { in CheckPermissionAppInfo()
372 if ((appInfo->actions & pItem->actions) != pItem->actions) { in CheckPermissionAppInfo()
512 const char *pkgName, uint32_t actions) in CreatePermissionItem() argument
522 pItem->actions = actions; in CreatePermissionItem()
591 if (pItem->actions == ACTION_CREATE) { in CheckPermissionEntry()
[all …]
/ohos5.0/base/powermgr/power_manager/test/unittest/
H A DBUILD.gn34 "${powermgr_service_path}/native/src/actions/",
35 "${powermgr_service_path}/native/src/actions/default",
100 "${powermgr_service_path}/native/src/actions:powermgr_actions",
127 "${powermgr_service_path}/native/src/actions:powermgr_actions",
149 "${powermgr_service_path}/native/src/actions:powermgr_actions",
171 "${powermgr_service_path}/native/src/actions:powermgr_actions",
350 "${powermgr_service_path}/native/src/actions:powermgr_actions",
373 "${powermgr_service_path}/native/src/actions:powermgr_actions",
780 "${powermgr_service_path}/native/src/actions:powermgr_actions",
807 "${powermgr_service_path}/native/src/actions:powermgr_actions",
[all …]
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dstate_manager.h84 return actions.size() == right.actions.size();
89 actions[msgid] = handler; in Add()
95 actions.erase(msgid); in Del()
113 std::map<int32_t, HandleMsg> actions;
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp413 ParseModeCmd(mode, configFile, actions); in LoadCmd()
417 if (!TraversalBoostResource(grandson, configFile, actions)) { in LoadCmd()
421 perfActionsInfo_.insert(std::pair<int32_t, std::shared_ptr<Actions>>(actions->id, actions)); in LoadCmd()
455 auto iter = actions->modeMap.find(modeDeviceStr); in ParseModeCmd()
456 if (iter != actions->modeMap.end()) { in ParseModeCmd()
459 std::unique_lock<std::mutex> lockModeMap(actions->modeMapMutex_); in ParseModeCmd()
516 const std::string& configFile, std::shared_ptr<Actions> actions) in TraversalBoostResource() argument
529 actions->isLongTimePerf = true; in TraversalBoostResource()
536 actions->actionList.push_back(action); in TraversalBoostResource()
704 std::shared_ptr<Actions> actions = actionsIter->second; in CheckActionResIdAndValueValid() local
[all …]
H A Dsocperf.cpp338 void SocPerf::DoFreqActions(std::shared_ptr<Actions> actions, int32_t onOff, int32_t actionType) in DoFreqActions() argument
344 for (auto iter = actions->actionList.begin(); iter != actions->actionList.end(); iter++) { in DoFreqActions()
348 DoPerfRequestThremalLvl(actions->id, action, onOff); in DoFreqActions()
362 actionType, onOff, actions->id, endTime); in DoFreqActions()
411 std::shared_ptr<Actions> actions = socPerfConfig_.perfActionsInfo_[cmdId]; in MatchDeviceModeCmd() local
412 if (actions->modeMap.empty() || (isTagOnOff && actions->isLongTimePerf)) { in MatchDeviceModeCmd()
422 auto iter = actions->modeMap.find(mode); in MatchDeviceModeCmd()
423 if (iter != actions->modeMap.end()) { in MatchDeviceModeCmd()
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dexplicit-implicit-want-mappings.md48 系统将调用方传入的want参数(包含action、entities、uri、type和parameters属性)与已安装待匹配应用组件的skills配置(包含actions、entities、uri…
57 将调用方传入的want参数的action与待匹配应用组件的skills配置中的actions进行匹配。
59 - 调用方传入的want参数的action为空,待匹配Ability的skills配置中的actions为空,则action匹配失败。
61 - 调用方传入的want参数的action不为空,待匹配应用组件的skills配置中的actions为空,则action匹配失败。
63 - 调用方传入的want参数的action为空,待匹配应用组件的skills配置中的actions不为空,则action匹配成功。
65 - 调用方传入的want参数的action不为空,待匹配应用组件的skills配置中的actions不为空且包含调用方传入的want参数的action,则action匹配成功。
67 - 调用方传入的want参数的action不为空,待匹配应用组件的skills配置中的actions不为空且不包含调用方传入的want参数的action,则action匹配失败。
H A Duiability-startup-adjust.md9 …dule.json5配置文件](../quick-start/module-configuration-file.md)中配置skills标签的entities字段、actions字段和uri字段:
10 - "actions"列表中包含"ohos.want.action.viewData"。
26 "actions": [
108 …dule.json5配置文件](../quick-start/module-configuration-file.md)中配置skills标签的entities字段、actions字段和uri字段:
110 - "actions"列表中包含"ohos.want.action.viewData"。
126 "actions": [
H A Dapplication-component-configuration-stage.md15 …标签中配置了icon和label,且该对应的ability中skills标签下面的entities中包含"entity.system.home"、actions中包含"ohos.want.acti…
51 …如果需要在桌面显示UIAbility图标,除了需要配置icon与label字段,还需要在skills标签下面的entities中添加"entity.system.home"、actions中添加"…
66 "actions": [
H A Dpageability-configuration.md11 | icon | 表示Ability图标资源文件的索引。取值示例:$media:ability_icon。如果在该Ability的skills属性中,actions的取值包含&nbsp;"actio…
12 | label | 表示Ability对用户显示的名称。取值可以是Ability名称,也可以是对该名称的资源索引,以支持多语言。如果在该Ability的skills属性中,actions的取值包含&…
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/include/
H A Dpermission_entry.h46 uint32_t actions; member
53 uint32_t actions; member
72 const char *pkgName, uint32_t actions);
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/entity/
H A Dp2p_broadcast_receiver.cpp27 int P2pBroadcast::RegisterBroadcastListener(const BroadcastReceiverAction *actions, size_t size, in RegisterBroadcastListener() argument
30 …CONN_CHECK_AND_RETURN_RET_LOGE(actions, SOFTBUS_INVALID_PARAM, CONN_WIFI_DIRECT, "action is null"); in RegisterBroadcastListener()
34 BroadcastReceiverAction action = actions[i]; in RegisterBroadcastListener()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/testsuits/
H A Dtest_index.py697 actions = ActionChains(self.driver)
698 actions.click_and_hold(el).perform()
706 actions.release(el)
711 actions.perform()
718 actions = ActionChains(self.driver)
719 actions.click_and_hold(el)
727 actions.move_to_element(el1).click()
738 actions.perform()
746 actions = ActionChains(self.driver)
747 actions.move_to_element_with_offset(el, loc[0],
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/netlink/test/
H A Dnetlink_data_test.cpp67 std::map<std::string, NetlinkData::Actions> actions = { variable
79 EXPECT_TRUE(actions.size() == netlinkData.actionMaps.size())
82 for (auto action : actions) {
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/mini/
H A Dsoftbus_permission.c29 const char *pkgName, const char *sessionName, uint32_t actions) in CheckTransPermission() argument
35 (void)actions; in CheckTransPermission()
/ohos5.0/build/scripts/util/
H A Dpyd.py114 actions = self.hit_times + self.miss_times
115 if actions != 0:
120 hit_rate = float(self.hit_times) / actions * 100
121 miss_rate = float(self.miss_times) / actions * 100
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_static_test.cpp153 appInfo->actions = 0;
173 pItem->actions = ACTION_CREATE;
207 appInfo->actions = 0;
209 pItem->actions = ACTION_OPEN;
259 pItem->actions = 0;
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationmediacontent_fuzzer/
H A Dnotificationmediacontent_fuzzer.cpp31 std::vector<uint32_t> actions; in DoSomethingInterestingWithMyAPI() local
32 notificationMediaContent.SetShownActions(actions); in DoSomethingInterestingWithMyAPI()

12345678910>>...14