Searched refs:hasOption (Results 1 - 9 of 9) sorted by relevance
/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 void 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 in SetDumpCmdInfo() [all...] |
/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
|
/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);
|
/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()
|
/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() 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() 275 MatchExportParameters( napi_env env, napi_value parameters[], size_t parameterCount, bool &hasOption, bool &hasCallback) MatchExportParameters() argument
|
/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()
|
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | print_manager_adapter.h | 51 bool hasOption; member
|
/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()
|
/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | ohprint.h | 488 bool hasOption; member
|
Completed in 11 milliseconds