/ohos5.0/foundation/resourceschedule/background_task_mgr/services/transient_task/include/ |
H A D | event_info.h | 57 inline void SetIntArgs(const std::vector<int32_t> args) in SetIntArgs() 67 inline void SetStringArgs(const std::vector<std::string> args) in SetStringArgs()
|
/ohos5.0/base/powermgr/power_manager/test/unittest/src/ |
H A D | power_mgr_fail_check_test.cpp | 83 std::vector<std::string> args; variable 116 std::vector<std::string> args; variable
|
/aosp14/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/ |
H A D | AppWidget.java | 64 public Parser(String[] args) { in Parser() 123 public Tokenizer(String[] args) { in Tokenizer() 160 public static void main(String[] args) { in main()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | Main.cpp | 79 int Action(const std::vector<std::string>& args) override { in Action() 135 std::vector<StringPiece> args; in Action() local 163 std::vector<StringPiece> args; in MainImpl() local
|
/aosp14/system/core/init/ |
H A D | action_parser.cpp | 94 Result<void> ParseTriggers(const std::vector<std::string>& args, Subcontext* subcontext, in ParseTriggers() 133 Result<void> ActionParser::ParseSection(std::vector<std::string>&& args, in ParseSection() 169 Result<void> ActionParser::ParseLineSection(std::vector<std::string>&& args, int line) { in ParseLineSection()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_ref.h | 80 static JsiRef<T> Make(Args&&... args) in Make() 87 static JsiRef<T> FastMake(const EcmaVM *vm, Args&&... args) in FastMake() 105 static JsiRef<T> New(Args&&... args) in New()
|
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/ |
H A D | nativeapi_deviceinfo.cpp | 29 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork() 53 JSIValue args = params->args; in ExecuteGetInfo() local 82 JSIValue NativeapiDeviceInfo::GetDeviceInfo(const JSIValue thisVal, const JSIValue* args, uint8_t a… in GetDeviceInfo()
|
/ohos5.0/build/scripts/util/ |
H A D | pyd.py | 34 def log_message(self, format, *args): # pylint: disable=redefined-builtin 62 def __init__(self, *args, **kargs): 188 def main(args): argument
|
/aosp14/frameworks/base/cmds/incidentd/src/ |
H A D | IncidentService.cpp | 65 static Status checkIncidentPermissions(const IncidentReportArgs& args) { in checkIncidentPermissions() 156 void ReportHandler::schedulePersistedReport(const IncidentReportArgs& args) { in schedulePersistedReport() 163 void ReportHandler::scheduleStreamingReport(const IncidentReportArgs& args, in scheduleStreamingReport() 253 Status IncidentService::reportIncident(const IncidentReportArgs& args) { in reportIncident() 287 Status IncidentService::reportIncidentToStream(const IncidentReportArgs& args, in reportIncidentToStream() 448 IncidentReportArgs args; in getIncidentReport() local 513 Vector<String8> args; in onTransact() local 551 status_t IncidentService::command(FILE* in, FILE* out, FILE* err, Vector<String8>& args) { in command() 603 status_t IncidentService::cmd_privacy(FILE* in, FILE* out, FILE* err, Vector<String8>& args) { in cmd_privacy()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_result_set_proxy.cpp | 235 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GoTo() local 256 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GoToRow() local 278 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetBlob() local 302 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetString() local 323 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetLong() local 347 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetDouble() local 393 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetColumnIndex() local 417 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetColumnName() local 438 napi_value args[MAX_INPUT_COUNT] = { 0 }; in GetDataType() local
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | video_recorder_napi.cpp | 160 napi_value args[1] = { nullptr }; in CreateVideoRecorder() local 192 napi_value args[2] = { nullptr }; in Prepare() local 271 napi_value args[1] = {nullptr}; in GetInputSurface() local 327 napi_value args[1] = { nullptr }; in Start() local 377 napi_value args[1] = { nullptr }; in Pause() local 425 napi_value args[1] = { nullptr }; in Resume() local 475 napi_value args[1] = { nullptr }; in Stop() local 523 napi_value args[1] = { nullptr }; in Reset() local 578 napi_value args[1] = { nullptr }; in Release() local 633 napi_value args[minArgCount] = { nullptr, nullptr }; in On() local [all …]
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitracechain/src/ |
H A D | macros.rs | 40 let args = format!($($arg)*); localVariable
|
/ohos5.0/build/lite/ndk/doc/ |
H A D | gen_doc.py | 31 def gen_doc(args): argument
|
/ohos5.0/build/templates/common/ |
H A D | check_part_subsystem_name.py | 26 def check(args) -> list: argument
|
H A D | delete_symbol.py | 23 def copy_strip(args): argument
|
/ohos5.0/build/toolchain/ |
H A D | rustc_wrapper.py | 37 def exec_formatted_command(args): argument
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | ipc_skeleton.h | 40 void *args; member 48 void *args; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_log.c | 25 va_list args; in PrintfImpl() local 73 va_list args; in NstackxHiLogImpl() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_log.c | 25 va_list args; in PrintfImpl() local 73 va_list args; in NstackxHiLogImpl() local
|
/ohos5.0/base/startup/appspawn/service/devicedebug/base/ |
H A D | devicedebug_base.h | 59 #define DEVICEDEBUG_LOGI(args, ...) \ argument 62 #define DEVICEDEBUG_LOGE(args, ...) \ argument
|
/ohos5.0/build/scripts/ |
H A D | hapbuilder.py | 154 def parse_args(args): argument 199 def main(args): argument
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | AsyncQueryHandler.java | 171 WorkerArgs args = new WorkerArgs(); in startQuery() local 213 WorkerArgs args = new WorkerArgs(); in startInsert() local 239 WorkerArgs args = new WorkerArgs(); in startUpdate() local 267 WorkerArgs args = new WorkerArgs(); in startDelete() local 331 WorkerArgs args = (WorkerArgs) msg.obj; in handleMessage() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_list_item_group.cpp | 108 void JSListItemGroup::SetChildrenMainSize(const JSCallbackInfo& args) in SetChildrenMainSize() 160 void JSListItemGroup::Create(const JSCallbackInfo& args) in Create() 202 void JSListItemGroup::SetDivider(const JSCallbackInfo& args) in SetDivider() 225 void JSListItemGroup::SetAspectRatio(const JSCallbackInfo& args) {} in SetAspectRatio() 279 V2::ListItemGroupStyle JSListItemGroup::GetListItemGroupStyle(const JSCallbackInfo& args) in GetListItemGroupStyle()
|
H A D | js_pattern_lock.cpp | 109 void JSPatternLock::SetPatternComplete(const JSCallbackInfo& args) in SetPatternComplete() 244 void JSPatternLock::SetDotConnect(const JSCallbackInfo& args) in SetDotConnect() 310 void JSPatternLockController::Reset(const JSCallbackInfo& args) in Reset() 316 void JSPatternLockController::SetChallengeResult(const JSCallbackInfo& args) in SetChallengeResult() 328 void JSPatternLockController::Constructor(const JSCallbackInfo& args) in Constructor()
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avscreen_capture/ |
H A D | avscreen_capture_napi.cpp | 151 napi_value args[1] = { nullptr }; in JsCreateAVScreenRecorder() local 202 napi_value args[maxParam] = { nullptr }; in JsReportAVScreenCaptureUserChoice() local 281 napi_value args[maxParam] = { nullptr }; in JsInit() local 334 napi_value* args) in GetWindowIDsVectorParams() 361 napi_value args[1] = { nullptr }; in JsSkipPrivacyMode() local 404 napi_value args[maxParam] = { nullptr }; in JsSetMicrophoneEnabled() local 506 napi_value args[1] = { nullptr }; in JsCancelEventCallback() local 620 napi_env env, napi_value args) in GetConfig() 642 napi_env env, napi_value args) in GetAudioInfo() 684 napi_env env, napi_value args) in GetVideoInfo() [all …]
|