Home
last modified time | relevance | path

Searched refs:StringVector (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Dhc_string_vector.c18 IMPLEMENT_HC_VECTOR(StringVector, HcString, 1)
20 StringVector CreateStrVector(void)
25 void DestroyStrVector(StringVector *vec) in DestroyStrVector()
32 DESTROY_HC_VECTOR(StringVector, vec); in DestroyStrVector()
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_string_vector.h26 DECLARE_HC_VECTOR(StringVector, HcString)
28 StringVector CreateStrVector(void);
29 void DestroyStrVector(StringVector *vec);
/ohos5.0/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/frameworks/hiview_adapter/
H A Dperform_dumper_test.cpp47 StringVector strArgVec = CreateStrVector(); in EnablePerformDumper()
60 StringVector strArgVec = CreateStrVector(); in DumpByInvalidArg()
73 StringVector strArgVec = CreateStrVector(); in DumpByInvalidArgNum()
89 StringVector strArgVec = CreateStrVector(); in DisablePerformDumper()
102 StringVector strArgVec = CreateStrVector(); in DumpPerformData()
/ohos5.0/base/security/device_auth/test/fuzztest/framework/hiviewadapter_fuzzer/
H A Dhiviewadapter_fuzzer.cpp51 StringVector strArgVec = CreateStrVector(); in EnablePerformDumper()
64 StringVector strArgVec = CreateStrVector(); in DumpByInvalidArg()
77 StringVector strArgVec = CreateStrVector(); in DumpByInvalidArgNum()
93 StringVector strArgVec = CreateStrVector(); in DisablePerformDumper()
106 StringVector strArgVec = CreateStrVector(); in DumpPerformData()
/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dhidump_adapter.h25 typedef void (*PerformanceDumpCallBack)(int, StringVector *);
43 void DevAuthDump(int fd, StringVector *strArgVec);
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dhidump_adapter.c23 static void DumpByArgs(int fd, StringVector *strArgVec) in DumpByArgs()
35 void DevAuthDump(int fd, StringVector *strArgVec) in DevAuthDump()
H A Dperformance_dumper.c339 static void PerformanceDump(int fd, StringVector *strArgVec) in PerformanceDump()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/
H A Dsa_dumper.h32 using StringVector = std::vector<std::string>; variable
37 StringVector names_;
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_ability_info_parcel.cpp42 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &targetBundleNames_); in ReadFromParcel()
62 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, targetBundleNames_); in Marshalling()
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp885 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, entities_); in Marshalling()
887 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, actions_); in Marshalling()
889 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, authorities_); in Marshalling()
891 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, schemes_); in Marshalling()
973 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &entities_); in ReadFromParcel()
975 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &actions_); in ReadFromParcel()
977 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &authorities_); in ReadFromParcel()
979 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &schemes_); in ReadFromParcel()
H A Doperation.cpp252 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, entities_); in Marshalling()
299 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &entities_); in ReadFromParcel()
/ohos5.0/base/security/device_auth/services/data_manager/inc/
H A Ddata_manager.h39StringVector managers; /* group manager vector, group manager can add and delete members, index 0 …
40 StringVector friends; /* group friend vector, group friend can query group information */
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
H A Dhc_file.h41 void HcFileGetSubFileName(const char *path, StringVector *nameVec);
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_file.h45 void HcFileGetSubFileName(const char *path, StringVector *nameVec);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_operation.cpp187 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, entities_); in Marshalling()
234 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(StringVector, parcel, &entities_); in ReadFromParcel()
/ohos5.0/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_mock_stub_test.cpp142 THERMAL_WRITE_PARCEL_NO_RET(g_data, StringVector, typeList);
194 THERMAL_WRITE_PARCEL_NO_RET(g_data, StringVector, actionList);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp89 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StartAbilityFromRemote()
124 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in SendResultFromRemote()
348 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in ConnectAbilityFromRemote()
828 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StartAbilityByCallFromRemote()
933 PARCEL_WRITE_HELPER(data, StringVector, info.accountInfo.groupIdList); in StartFreeInstallFromRemote()
1083 PARCEL_READ_HELPER(reply, StringVector, &distributedComponents); in GetDistributedComponentList()
1128 PARCEL_WRITE_HELPER(data, StringVector, accountInfo.groupIdList); in StopExtensionAbilityFromRemote()
H A Ddistributed_sched_stub.cpp311 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in GetStartAbilityFromRemoteExParam()
474 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in SendResultFromRemoteInner()
782 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in ReadDataForConnect()
1299 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in StartAbilityByCallFromRemoteInner()
1411 PARCEL_WRITE_HELPER(reply, StringVector, distributedComponents); in GetDistributedComponentListInner()
1471 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in ReadDataForFreeInstall()
1606 PARCEL_READ_HELPER(data, StringVector, &accountInfo.groupIdList); in StopExtensionAbilityFromRemoteInner()
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c114 void HcFileGetSubFileName(const char *path, StringVector *nameVec) in HcFileGetSubFileName()
H A Dhc_file_posix.c195 void HcFileGetSubFileName(const char *path, StringVector *nameVec) in HcFileGetSubFileName()
/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/
H A Dthermal_srv_proxy.cpp45 THERMAL_WRITE_PARCEL_WITH_RET(data, StringVector, typeList, false); in SubscribeThermalTempCallback()
155 THERMAL_WRITE_PARCEL_WITH_RET(data, StringVector, actionList, false); in SubscribeThermalActionCallback()
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp598 PARCEL_WRITE_HELPER_NORET(dataParcel, StringVector, strVector); in StartAbilityFromRemoteInnerFuzzTest()
623 PARCEL_WRITE_HELPER_NORET(dataParcel, StringVector, strVector); in SendResultFromRemoteInnerFuzzTest()
691 PARCEL_WRITE_HELPER_NORET(dataParcel, StringVector, strVector); in ConnectAbilityFromRemoteInnerFuzzTest()
848 PARCEL_WRITE_HELPER_NORET(dataParcel, StringVector, strVector); in StartFreeInstallFromRemoteInnerFuzzTest()
908 PARCEL_WRITE_HELPER_NORET(dataParcel, StringVector, strVector); in StartAbilityByCallFromRemoteInnerFuzzTest()
996 PARCEL_WRITE_HELPER_NORET(dataParcel, StringVector, strVector); in StopExtensionAbilityFromRemoteInnerFuzzTest()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dsa_dumper.cpp60 StringVector args = ptrDumpCfg_->args_->GetArgList(); in PreExecute()
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_file.c194 void HcFileGetSubFileName(const char *path, StringVector *nameVec) in HcFileGetSubFileName()
/ohos5.0/base/security/device_auth/frameworks/src/standard/
H A Dipc_dev_auth_stub.cpp74 StringVector strArgVec = CreateStrVector(); in Dump()

12