Home
last modified time | relevance | path

Searched defs:processName (Results 1 – 25 of 97) sorted by relevance

1234

/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/
Dhks_client_service_passthrough.c26 static int32_t GetProcessInfo(const struct HksParamSet *paramSet, char **processName, char **userId) in GetProcessInfo()
52 char *processName = NULL; in HksClientRefreshKeyInfo() local
62 char *processName = NULL; in HksClientGenerateKey() local
80 char *processName = NULL; in HksClientImportKey() local
98 char *processName = NULL; in HksClientImportWrappedKey() local
117 char *processName = NULL; in HksClientExportPublicKey() local
134 char *processName = NULL; in HksClientDeleteKey() local
152 char *processName = NULL; in HksClientGetKeyParamSet() local
169 char *processName = NULL; in HksClientKeyExist() local
187 char *processName = NULL; in HksClientSign() local
[all …]
/base/security/huks/services/huks_standard/huks_service/main/core/src/
Dhks_client_check.c48 int32_t HksCheckProcessNameAndKeyAlias(const struct HksBlob *processName, const struct HksBlob *key… in HksCheckProcessNameAndKeyAlias()
55 int32_t HksCheckGenAndImportKeyParams(const struct HksBlob *processName, const struct HksBlob *keyA… in HksCheckGenAndImportKeyParams()
64 int32_t HksCheckImportWrappedKeyParams(const struct HksBlob *processName, const struct HksBlob *key… in HksCheckImportWrappedKeyParams()
76 int32_t HksCheckAllParams(const struct HksBlob *processName, const struct HksBlob *keyAlias, in HksCheckAllParams()
85 int32_t HksCheckServiceInitParams(const struct HksBlob *processName, const struct HksBlob *keyAlias, in HksCheckServiceInitParams()
94 int32_t HksCheckGetKeyParamSetParams(const struct HksBlob *processName, const struct HksBlob *keyAl… in HksCheckGetKeyParamSetParams()
107 int32_t HksCheckExportPublicKeyParams(const struct HksBlob *processName, const struct HksBlob *keyA… in HksCheckExportPublicKeyParams()
115 int32_t HksCheckDeriveKeyParams(const struct HksBlob *processName, const struct HksParamSet *paramS… in HksCheckDeriveKeyParams()
121 int32_t HksCheckGetKeyInfoListParams(const struct HksBlob *processName, const struct HksKeyInfo *ke… in HksCheckGetKeyInfoListParams()
147 int32_t HksCheckGenerateRandomParams(const struct HksBlob *processName, const struct HksBlob *rando… in HksCheckGenerateRandomParams()
[all …]
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
Dhks_client_check_test.cpp92 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
108 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
125 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
142 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
157 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
172 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
190 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
/base/security/huks/test/unittest/huks_standard_test/storage_multithread_test/src/
Dhks_storage_test.cpp74 HksBlob processName = { in TearDown() local
101 HksBlob processName = { in PrepareBlob() local
133 HksBlob processName = { variable
167 HksBlob processName = { variable
202 HksBlob processName = { variable
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksstorage_fuzzer/
Dhksstorage_fuzzer.cpp73 HksBlob processName = { in PrepareBlob() local
103 HksBlob processName = { in HksStorageTest001() local
135 HksBlob processName = { in HksStorageTest002() local
168 HksBlob processName = { in HksStorageTest003() local
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
Dhks_upgrade_key_c_test.cpp123 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable
189 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable
213 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable
251 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable
Dhks_secure_access_test.cpp291 struct HksBlob processName = { .size = strlen("011"), .data = (uint8_t *)"011"}; variable
310 struct HksBlob processName = { .size = strlen("011"), .data = (uint8_t *)"011"}; variable
337 struct HksBlob processName = { .size = strlen("011"), .data = (uint8_t *)"011"}; variable
/base/security/device_auth/services/frameworks/src/permission_adapter/
Dpermission_adapter.cpp63 static bool IsProcessAllowAccess(const string &processName, int32_t methodId) in IsProcessAllowAccess()
72 static bool IsProcessInWhitelist(const string& processName, int32_t methodId) in IsProcessInWhitelist()
/base/hiviewdfx/hichecker/frameworks/native/
Dhichecker_wrapper.cpp18 void InitHicheckerParamWrapper(const char *processName) in InitHicheckerParamWrapper()
/base/hiviewdfx/hichecker/test/unittest/common/native/
Dhichecker_native_test.cpp357 const char *processName = "checker_test111"; variable
370 const char *processName = "checker_test"; variable
382 …const char *processName = "test.process.name.maxlength.greatthan.eighteen.aaaaaaaaaaaaaaaaaaaaaaaa… variable
/base/security/huks/frameworks/huks_standard/main/os_dependency/sysinfo/src/
Dhks_get_process_info_passthrough.c21 int32_t HksGetProcessName(char **processName) in HksGetProcessName()
/base/startup/init/services/begetctl/
Dsandbox.cpp91 static void EnterExec(const std::string &processName) in EnterExec()
169 …d(const std::string &serviceName, const std::string &namespaceName, const std::string &processName, in RunCmd()
203 std::string processName {}; in main_cmd() local
/base/security/access_token/interfaces/innerkits/accesstoken/include/
Dnative_token_info.h63 std::string processName; variable
Datm_tools_param_info.h70 std::string processName; variable
/base/request/request/test/rustest/c/source/
Dpermission.cpp40 auto processName = std::string("rust_request_test"); in SetAccessTokenPermission() local
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/
Dnativetoken_kit_test.cpp80 static void DeleteGoalItemFromRecord(const char *processName, cJSON *record) in DeleteGoalItemFromRecord()
100 static int32_t DeleteNodeInFile(const char *processName) in DeleteNodeInFile()
128 static int32_t DeleteAccessTokenId(const char *processName) in DeleteAccessTokenId()
149 int32_t Start(const char *processName) in Start()
604 char processName[200][MAX_PROCESS_NAME_LEN]; variable
/base/security/access_token/test/fuzztest/services/accesstoken/getaccesstokenid_fuzzer/
Dgetaccesstokenid_fuzzer.cpp45 std::string processName(fuzzData.GenerateRandomString()); in GetAccessTokenIdFuzzTest() local
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/
Dnative_token_info_inner.h35 std::string processName; member
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
Dhiebpf_collector_impl.cpp38 const std::string processName, in StartHiebpf()
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/bms/src/
Dhks_bms_api_wrap.cpp206 uint8_t *processName = (uint8_t *)HksMalloc(size); in HksGetSaProcessName() local
207 HKS_IF_NULL_LOGE_RETURN(processName, HKS_ERROR_MALLOC_FAIL, "malloc for processName failed.") in HksGetSaProcessName() local
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
Dmem_profiler_decorator.cpp46 int MemProfilerDecorator::Stop(const std::string& processName) in Stop()
68 int MemProfilerDecorator::Start(int fd, ProfilerType type, std::string processName, int duration, in Start()
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/
Dhks_compatibility_module_test.cpp321 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); in TestDoServiceEncryptWithOtherUid() local
351 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); in TestDoServiceDecryptWithOtherUid() local
474 const char *processName = "123456"; variable
547 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); variable
585 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); variable
/base/security/asset/test/unittest/module_test/src/
Dbms_wrapper_test.cpp62 uint8_t processName[processNameLen] = { 0 }; variable
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/include/
Dhisysevent_wrapper.h27 uint32_t processName; member
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp105 std::string processName = StringUtil::TrimStr(watchPoint.GetProcessName()); in SendFaultLog() local
195 void Vendor::FormatProcessName(std::string& processName) in FormatProcessName()
213 std::string processName = StringUtil::TrimStr(watchPoint.GetProcessName()); in InitLogInfo() local

1234