Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp102 char arg3[] = "-i"; in HnpPackWithoutBin() local
144 char arg3[] = "-i"; in HnpPackWithBin() local
193 char arg3[] = "-i"; in HnpPackWithCfg() local
219 char arg3[] = "-u"; in HnpInstall() local
239 char arg3[] = "-u"; in HnpUnInstall() local
272 char arg3[] = "-u"; variable
337 char arg3[] = "-u"; variable
354 char arg3[] = "-u"; variable
392 char arg3[] = "-u"; variable
449 char arg3[] = "-u"; variable
[all …]
H A Dhnp_pack_test.cpp104 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6};
111 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6};
119 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10};
150 char arg3[] = "-i", arg4[] = "./hnp_sample", arg5[] = "-o", arg6[] = "./hnp_out"; variable
151 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6};
190 char arg3[] = "-i", arg4[] = "./hnp_sample", arg5[] = "-o", arg6[] = "./hnp_out"; variable
191 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6};
240 char arg3[] = "-i", arg4[] = "./hnp_sample", arg5[] = "-o", arg6[] = "./hnp_out"; variable
241 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6};
301 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6};
[all …]
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_event.h142 …inline void log_dbg3(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3) in log_dbg3() argument
149 .arg3 = arg3, in log_dbg3()
155 …inline void log_dbg4(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3, in log_dbg4() argument
163 .arg3 = arg3, in log_dbg4()
170 …inline void log_dbg5(enum debug_type type, enum stream_dir dir, __u32 arg1, __u32 arg2, __u32 arg3, in log_dbg5() argument
178 .arg3 = arg3, in log_dbg5()
191 #define log_dbg3(type, dir, arg1, arg2, arg3) argument
192 #define log_dbg4(type, dir, arg1, arg2, arg3, arg4) argument
193 #define log_dbg5(type, dir, arg1, arg2, arg3, arg4, arg5) argument
H A Dnetfirewall_types.h75 __u32 arg3; member
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp32 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3) in Message() argument
33 : what_(what), arg1_(arg1), arg2_(arg2), arg3_(arg3) in Message()
42 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj) in Message() argument
43 : what_(what), arg1_(arg1), arg2_(arg2), arg3_(arg3), obj_(obj) in Message()
H A Dmessage_queue.h36 Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3);
38 Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj);
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp88 PublishEventCallback callback = [=](const auto &arg1, const auto &arg2, const auto &arg3) { in __anon627847870202() argument
89 PublishCommonEventCallback(arg1, arg2, arg3); in __anon627847870202()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h158 …ureFormatTypeMap(GLenum arg1, GLenum arg2, GLenum arg3) : internalFormat(arg1), format(arg2), type… in TextureFormatTypeMap()
/ohos5.0/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp212 std::u16string arg3 = Str8ToStr16("arg3"); variable
213 args.emplace_back(arg3);
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md144 // 编码调用函数示例:arg1,arg2,arg3等为需编码的变量,dataInfo为编码后的结果
145 retCode = ProcessEncode(dataInfo, arg1, arg2, arg3) //可以接收任意多个参数
146 // 解码调用函数示例:dataInfo为需要解码的信息,arg1,arg2,arg3等为解码后的结果
147 retCode = ProcessDecode(dataInfo, arg1, arg2, arg3) //可以接收任意多个参数
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avcast_picker_helper.cpp238 … .onError = ([callback](auto arg1, auto arg2, auto arg3) { callback->OnError(arg1, arg2, arg3); }), in SelectAVPicker()
/ohos5.0/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp259 std::u16string arg3 = Str8ToStr16("arg3"); variable
260 args.emplace_back(arg3);
/ohos5.0/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h71 char* arg3{nullptr};
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-Application-Typescript-JavaScript-coding-guide.md887 declare function foo(arg1: string, arg2: number, arg3: string): void;
901 declare function foo(arg1: string, arg2: number, arg3: string): void;
/ohos5.0/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp229 std::u16string arg3 = Str8ToStr16("arg3"); variable
230 args.emplace_back(arg3);
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.h268 jerry_value_t arg3);
H A Djs_fwk_common.cpp323 jerry_value_t arg3) in CallJSWatcher() argument
330 jerry_value_t args[ARG_LENGTH_WATCHER] = {arg1, callbackFunc, arg3}; in CallJSWatcher()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service.cpp625 std::u16string arg3(u"fps"); in DoDump() local
697 FPSDUMPProcess(argSets, dumpString, arg3); in DoDump()
/ohos5.0/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dparse_functions.py327 arg3 = parse_int_field(one_event, "arg3", False)
330 …parse_bytes_to_str(data[str_pos:]), parse_bytes_to_str(data[dev_name_pos:]), cmd, arg1, arg2, arg3)
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-ai-aiframework-devguide.md145 // Example function for encoding: arg1, arg2, and arg3 are variables to be encoded, and dataInfo is…
146 retCode = ProcessEncode(dataInfo, arg1, arg2, arg3) // The number of parameters can be flexible.
147 // Example function for decoding: dataInfo is the data to be decoded, and arg1, arg2, and arg3 are …
148 retCode = ProcessDecode(dataInfo, arg1, arg2, arg3) // The number of parameters can be flexible.
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp106 PublishEventCallback callback = [=](const auto &arg1, const auto &arg2, const auto &arg3) { in SubscribePublishCommonEvent() argument
107 OHOS::DistributedHardware::PublishCommonEventCallback(arg1, arg2, arg3); in SubscribePublishCommonEvent()
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Application-Typescript-JavaScript-coding-guide.md887 declare function foo(arg1: string, arg2: number, arg3: string): void;
901 declare function foo(arg1: string, arg2: number, arg3: string): void;
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1802 std::u16string arg3 = Str8ToStr16("arg3"); variable
1803 args.emplace_back(arg3);
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp216 std::string arg3 = argvOffset[2]; in ParseCommand() local
217 if (!arg3.empty() && arg3.at(0) == '-') { in ParseCommand()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp7907 ([callback](auto arg1, auto arg2, auto arg3) { callback->OnError(arg1, arg2, arg3); }), in CreateDeleteRequest()
8256 ([callback](auto arg1, auto arg2, auto arg3) { callback->OnError(arg1, arg2, arg3); }), in CreateAssetWithShortTermPermission()
8338 ([callback](auto arg1, auto arg2, auto arg3) { callback->OnError(arg1, arg2, arg3); }), in RequestPhotoUrisReadPermission()
8496 ([callback](auto arg1, auto arg2, auto arg3) { callback->OnError(arg1, arg2, arg3); }), in StartPickerExtension()

12