/ohos5.0/base/notification/common_event_service/tools/cem/src/ |
H A D | common_event_command.cpp | 64 bool hasOption = false; in RunAsPublishCommand() local 65 SetPublishCmdInfo(cmdInfo, result, hasOption); in RunAsPublishCommand() 66 if (!hasOption) { in RunAsPublishCommand() 99 …id CommonEventCommand::SetPublishCmdInfo(PublishCmdInfo &cmdInfo, ErrCode &result, bool &hasOption) in SetPublishCmdInfo() argument 103 hasOption = true; in SetPublishCmdInfo() 171 bool hasOption = false; in RunAsDumpCommand() local 173 SetDumpCmdInfo(cmdInfo, result, hasOption); in RunAsDumpCommand() 174 if (!hasOption) { in RunAsDumpCommand() 198 void CommonEventCommand::SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption) in SetDumpCmdInfo() argument 202 hasOption = true; in SetDumpCmdInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | cancel.h | 31 bool hasOption = false; member 41 bool hasOption = false; member 61 bool hasOption = false; member 72 bool hasOption = false; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | _print___print_attributes.md | 28 | bool [hasOption](#hasoption) | 打印选项标识位 | 62 ### hasOption subsection 65 bool Print_PrintAttributes::hasOption
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_cancel.cpp | 38 .hasOption = paras.hasOption in NapiCancel() 58 if (asynccallbackinfo->hasOption) { in NapiCancel() 233 .hasOption = paras.hasOption in NapiCancelAsBundle() 253 if (asynccallbackinfo->hasOption) { in NapiCancelAsBundle()
|
/ohos5.0/base/telephony/core_service/frameworks/js/vcard/src/ |
H A D | napi_vcard.cpp | 276 … napi_env env, napi_value parameters[], size_t parameterCount, bool &hasOption, bool &hasCallback) in MatchExportParameters() argument 288 hasOption = true; in MatchExportParameters() 294 hasOption = false; in MatchExportParameters() 301 hasOption = true; in MatchExportParameters() 308 hasOption = false; in MatchExportParameters() 383 bool hasOption = false; in ExportVCard() local 385 if (!MatchExportParameters(env, parameters, parameterCount, hasOption, hasCallback)) { in ExportVCard() 402 if (hasOption) { in ExportVCard()
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | _print___print_attributes.md | 28 | bool [hasOption](#hasoption) | Defines whether the printing has an option flag. | 62 ### hasOption subsection 65 bool Print_PrintAttributes::hasOption
|
/ohos5.0/base/notification/common_event_service/tools/cem/include/ |
H A D | common_event_command.h | 88 void SetPublishCmdInfo(PublishCmdInfo &cmdInfo, ErrCode &result, bool &hasOption); 90 void SetDumpCmdInfo(DumpCmdInfo &cmdInfo, ErrCode &result, bool &hasOption);
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | prop_n_exporter.cpp | 412 static NError MkdirExec(const string &path, bool recursion, bool hasOption) in MkdirExec() argument 415 if (hasOption) { in MkdirExec() 460 bool hasOption = false; in Mkdir() local 465 tie(hasOption, recursion) = option.ToBool(false); in Mkdir() 466 if (!hasOption) { in Mkdir() 473 auto cbExec = [path = string(tmp.get()), recursion, hasOption]() -> NError { in Mkdir() 474 return MkdirExec(path, recursion, hasOption); in Mkdir() 508 bool hasOption = false; in MkdirSync() local 512 tie(hasOption, recursion) = NVal(env, funcArg[NARG_POS::SECOND]).ToBool(false); in MkdirSync() 513 if (!hasOption) { in MkdirSync() [all …]
|
/ohos5.0/base/notification/distributed_notification_service/tools/dump/src/ |
H A D | notification_shell_command.cpp | 204 bool hasOption = false; in SetDumpCmdInfo() local 212 hasOption = true; in SetDumpCmdInfo() 242 if (!hasOption) { in SetDumpCmdInfo()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | cancel.cpp | 61 paras.hasOption = true; in ParseParameters() 65 if (argc >= CANCEL_MAX_PARA - 1 && !paras.hasOption) { in ParseParameters() 93 } else if (argc >= CANCEL_MAX_PARA - 1 && paras.hasOption) { in ParseParameters() 384 paras.hasOption = true; in ParseParameters()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 51 bool hasOption; member
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 488 bool hasOption; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.h | 1237 void SetHasPreviewTextOption(bool hasOption) in SetHasPreviewTextOption() argument 1239 hasPreviewTextOption_ = hasOption; in SetHasPreviewTextOption()
|