Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dconfig_parser.cpp295 bool ConfigParser::IsHomeAction(const Json::Value &actions) in IsHomeAction() argument
297 if (!actions.isArray()) { in IsHomeAction()
300 for (Json::ArrayIndex i = 0; i < actions.size(); i++) { in IsHomeAction()
301 if (!actions[i].isObject()) { in IsHomeAction()
304 if (actions[i].asString() == "action.system.home") { in IsHomeAction()
/developtools/ace_js2bundle/ace-loader/src/
DcardJson-plugin.js114 if (value.actions) {
115 assetReplace['actions'] = processActions(value.actions, compilation, sourceKey);
152 if (value.actions) {
153 assetReplace[keyName]['actions'] = processActions(value.actions, compilation, sourceKey);
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
Dindex.js1actions.set(e,new r.FormAction(t,a,s,i))},updateAllActions(e){this.getFormModel().actions.clear(),… property
/developtools/packing_tool/adapter/ohos/
DSkillInfo.java29 public List<String> actions = new ArrayList<String>(); field in SkillInfo
DUncompress.java1251 List<String> actions = skill.actions; in obtainInnerLabelAndIcon() local
1253 …if ((!actions.isEmpty()) && (actions.contains(SYSTEM_ACTION) || actions.contains(SYSTEM_WANT_HOME)… in obtainInnerLabelAndIcon()
DJsonUtil.java340 …if (skill.actions.contains("action.system.home") && skill.entities.contains("entity.system.home"))… in parseProfileInfo()
1031 … if (skill.actions.contains(ACTION_SYSTEM_HOME) && skill.entities.contains(ENTITY_SYSTEM_HOME)) { in parseModuleProfileInfo()
2076 …if (skillInfo.entities.contains(ENTITY_SYSTEM_HOME) && skillInfo.actions.contains(ACTION_SYSTEM_HO… in isSystemHomeAbility()
/developtools/smartperf_host/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn166 "googlemock/include/gmock/gmock-actions.h",
168 "googlemock/include/gmock/gmock-generated-actions.h",
173 "googlemock/include/gmock/gmock-more-actions.h",
176 "googlemock/include/gmock/internal/custom/gmock-generated-actions.h",
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_googletest/
Dgoogletestbuild.gn166 "googlemock/include/gmock/gmock-actions.h",
168 "googlemock/include/gmock/gmock-generated-actions.h",
173 "googlemock/include/gmock/gmock-more-actions.h",
176 "googlemock/include/gmock/internal/custom/gmock-generated-actions.h",
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto28 uint32 trace_duration_ms = 20; // time duration in millisconds for trace actions
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto28 uint32 trace_duration_ms = 20; // time duration in millisconds for trace actions
/developtools/global_resource_tool/include/
Dconfig_parser.h75 bool IsHomeAction(const Json::Value &actions);
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dtrace_plugin_config.proto28 uint32 trace_duration_ms = 20; // time duration in millisconds for trace actions
/developtools/ace_js2bundle/
DREADME_zh.md216 "actions": {
/developtools/packing_tool/
DREADME_zh.md579 | actions | List\<String> | 标识能够接收的意图的action值的集合 | NA |
/developtools/hapsigner/
DNOTICE613 and other legal actions brought by a third party against the Indemnified
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15 ….FormModel=void 0,t.FormModel=class{constructor(){this.data=new Map,this.actions=new Map}},t.FormA…
/developtools/profiler/hiebpf/include/
Dvmlinux.h27812 enum actions { enum
30126 struct action_data *actions[8]; member
52592 const asn1_action_t *actions; member
93884 u32 actions; member
151644 struct tc_action **actions; member