Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 - 22 of 22) sorted by relevance

/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_pack_test.cpp94 char arg1[] = "hnp", arg2[] = "pack"; in HWTEST_F() local
97 char *argv[] = {arg1, arg2}; in HWTEST_F()
104 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6}; in HWTEST_F()
111 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6}; in HWTEST_F()
119 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10}; in HWTEST_F()
149 char arg1[] = "hnp", arg2[] = "pack"; in HWTEST_F() local
151 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6}; in HWTEST_F()
189 char arg1[] = "hnp", arg2[] = "pack"; in HWTEST_F() local
191 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6}; in HWTEST_F()
239 char arg1[] = "hnp", arg2[] in HWTEST_F() local
299 char arg1[] = "hnp", arg2[] = "pack"; HWTEST_F() local
356 char arg1[] = "hnp", arg2[] = "pack"; HWTEST_F() local
[all...]
H A Dhnp_installer_test.cpp101 char arg2[] = "pack"; in HnpPackWithoutBin() local
108 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6, arg7, name, arg9, arg10}; in HnpPackWithoutBin()
151 char arg2[] = "pack"; in HnpPackWithBin() local
157 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6, arg7, name, arg9, version}; in HnpPackWithBin()
199 char arg2[] = "pack"; in HnpPackWithCfg() local
203 char *argv[] = {arg1, arg2, arg3, arg4, arg5, arg6}; in HnpPackWithCfg()
225 char arg2[] = "install"; in HnpInstall() local
236 char* argv[] = {arg1, arg2, arg3, arg4, arg5, package, arg7, arg8, arg9, arg10, arg11, arg12, arg13}; in HnpInstall()
245 char arg2[] = "uninstall"; in HnpUnInstall() local
249 char* argv[] = {arg1, arg2, arg in HnpUnInstall()
280 char arg2[] = "install"; HWTEST_F() local
328 char arg2[] = "install"; HWTEST_F() local
385 char arg2[] = "install"; HWTEST_F() local
447 char arg2[] = "install"; HWTEST_F() local
500 char arg2[] = "install"; HWTEST_F() local
564 char arg2[] = "install"; HWTEST_F() local
618 char arg2[] = "install"; HWTEST_F() local
684 char arg2[] = "install"; HWTEST_F() local
738 char arg2[] = "install"; HWTEST_F() local
805 char arg2[] = "install"; HnpVersionV1Install() local
827 char arg2[] = "install"; HnpVersionV2Install() local
849 char arg2[] = "install"; HnpVersionV3Install() local
871 char arg2[] = "install"; HnpVersionV4Install() local
1301 char arg2[] = "uninstall"; HWTEST_F() local
1353 char arg2[] = "uninstall"; HWTEST_F() local
1401 char arg2[] = "uninstall"; HWTEST_F() local
[all...]
/base/telephony/core_service/services/sim/include/
H A Dsim_data_type.h55 int arg2 = INVALID_VALUE; member
64 arg2 = cmd->arg2; in ControllerToFileMsg()
80 int arg2 = INVALID_VALUE; member
93 arg2 = cmd->arg2; in EfLinearResult()
107 arg2 = cmd->arg2; in MultiRecordResult()
H A Dicc_file_controller.h76 int eventId, int arg1, int arg2, std::shared_ptr<IccControllerHolder> &holderObject);
78 int eventId, int arg1, int arg2, const AppExecFwk::InnerEvent::Pointer &msg);
H A Dicc_file.h186 virtual AppExecFwk::InnerEvent::Pointer BuildCallerInfo(int eventId, int arg1, int arg2);
/base/telephony/core_service/interfaces/innerkits/include/
H A Dtel_ril_modem_parcel.h41 int32_t arg2 = 0; member
/base/powermgr/power_manager/test/unittest/src/
H A Dpower_mgr_dump_test.cpp105 std::u16string arg2 = u"-a"; in HWTEST_F() local
108 args.push_back(arg2); in HWTEST_F()
/base/account/os_account/dfx/hidumper_adapter/
H A Daccount_dump_helper.h37 void ProcessTwoParameter(const std::string& arg1, const std::string& arg2, std::string& result) const;
H A Daccount_dump_helper.cpp212 void AccountDumpHelper::ProcessTwoParameter(const std::string& arg1, const std::string& arg2, std::string& result) const in ProcessTwoParameter() argument
215 SetLogLevel(arg2, result); in ProcessTwoParameter()
/base/startup/appspawn/test/mock/
H A Dapp_spawn_stub.cpp54 bool GetIntParameter(const std::string &key, bool def, bool arg1 = false, bool arg2 = false) in GetIntParameter()
/base/accesscontrol/sandbox_manager/services/sandbox_manager/main/cpp/src/database/
H A Dsandbox_manager_rdb.cpp245 NativeRdb::ValueObject arg2(filePath); in FindSubPath()
247 bindArgs.push_back(arg2); in FindSubPath()
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp210 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
211 args.emplace_back(arg2); in HWTEST_F()
/base/telephony/core_service/services/sim/src/
H A Dicc_file_controller.cpp557 int eventId, int arg1, int arg2, std::shared_ptr<IccControllerHolder> &holderObject) in BuildCallerInfo()
565 msgTo->arg2 = arg2; in BuildCallerInfo()
577 int eventId, int arg1, int arg2, const AppExecFwk::InnerEvent::Pointer &msg) in BuildCallerInfo()
598 msgTo->arg2 = arg2; in BuildCallerInfo()
556 BuildCallerInfo( int eventId, int arg1, int arg2, std::shared_ptr<IccControllerHolder> &holderObject) BuildCallerInfo() argument
576 BuildCallerInfo( int eventId, int arg1, int arg2, const AppExecFwk::InnerEvent::Pointer &msg) BuildCallerInfo() argument
H A Dicc_file.cpp531 AppExecFwk::InnerEvent::Pointer IccFile::BuildCallerInfo(int eventId, int arg1, int arg2) in BuildCallerInfo() argument
535 object->arg2 = arg2; in BuildCallerInfo()
/base/hiviewdfx/hiview/plugins/performance/
H A DXperfEvt.h72 int arg2{0};
/base/location/test/location_geocode/source/
H A Dgeo_convert_service_test.cpp257 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
258 args.emplace_back(arg2); in HWTEST_F()
/base/telephony/core_service/test/unittest/icc_file_gtest/
H A Dicc_file_gtest.cpp350 int arg2 = 1; in HWTEST_F() local
356 iccFile->BuildCallerInfo(eventId, arg1, arg2); in HWTEST_F()
/base/location/test/location_network/source/
H A Dnetwork_ability_test.cpp227 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
228 args.emplace_back(arg2); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp143 object->arg2 = toMsg->arg2; in ProcessIccIoInfo()
/base/hiviewdfx/hitrace/tools/hitrace_converter/
H A Dparse_functions.py355 arg2 = parse_int_field(one_event, "arg2", False)
358 return "%s: %s: cmd: 0x%x, arg1: 0x%x, arg2: 0x%x, arg3: 0x%x" \
359 % (parse_bytes_to_str(data[str_pos:]), parse_bytes_to_str(data[dev_name_pos:]), cmd, arg1, arg2, arg3)
756 PRINT_FMT_UFSHCD_UIC_COMMAND = '"%s: %s: cmd: 0x%x, arg1: 0x%x, arg2: 0x%x, arg3: 0x%x", __get_str(str), __get_str(dev_name), REC->cmd, REC->arg1, REC->arg2, REC->arg3'
/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1804 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
1805 args.emplace_back(arg2); in HWTEST_F()
/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp649 std::u16string arg2 = Str8ToStr16("arg2"); in HWTEST_F() local
650 args.emplace_back(arg2); in HWTEST_F()

Completed in 22 milliseconds