/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | hc_string_vector.c | 18 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 D | hc_string_vector.h | 26 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 D | perform_dumper_test.cpp | 47 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 D | hiviewadapter_fuzzer.cpp | 51 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 D | hidump_adapter.h | 25 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 D | hidump_adapter.c | 23 static void DumpByArgs(int fd, StringVector *strArgVec) in DumpByArgs() 35 void DevAuthDump(int fd, StringVector *strArgVec) in DevAuthDump()
|
H A D | performance_dumper.c | 339 static void PerformanceDump(int fd, StringVector *strArgVec) in PerformanceDump()
|
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/ |
H A D | sa_dumper.h | 32 using StringVector = std::vector<std::string>; variable 37 StringVector names_;
|
/ohos5.0/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_ability_info_parcel.cpp | 42 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 D | skills.cpp | 885 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 D | operation.cpp | 252 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 D | data_manager.h | 39 …StringVector 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 D | hc_file.h | 41 void HcFileGetSubFileName(const char *path, StringVector *nameVec);
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
H A D | hc_file.h | 45 void HcFileGetSubFileName(const char *path, StringVector *nameVec);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/ |
H A D | distributed_operation.cpp | 187 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 D | thermal_mock_stub_test.cpp | 142 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 D | distributed_sched_proxy.cpp | 89 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 D | distributed_sched_stub.cpp | 311 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 D | hc_file.c | 114 void HcFileGetSubFileName(const char *path, StringVector *nameVec) in HcFileGetSubFileName()
|
H A D | hc_file_posix.c | 195 void HcFileGetSubFileName(const char *path, StringVector *nameVec) in HcFileGetSubFileName()
|
/ohos5.0/base/powermgr/thermal_manager/services/zidl/src/ |
H A D | thermal_srv_proxy.cpp | 45 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 D | distributedschedstub_fuzzer.cpp | 598 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 D | sa_dumper.cpp | 60 StringVector args = ptrDumpCfg_->args_->GetArgList(); in PreExecute()
|
/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
H A D | hc_file.c | 194 void HcFileGetSubFileName(const char *path, StringVector *nameVec) in HcFileGetSubFileName()
|
/ohos5.0/base/security/device_auth/frameworks/src/standard/ |
H A D | ipc_dev_auth_stub.cpp | 74 StringVector strArgVec = CreateStrVector(); in Dump()
|