| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
| D | memory_filter.cpp | 29 void MemoryFilter::ParseMemoryGroup(const string &name, string &group, uint64_t iNode) in ParseMemoryGroup() 42 bool MemoryFilter::GetGroupFromMap(const string &name, string &group, in GetGroupFromMap()
|
| D | get_heap_info.cpp | 70 string group; in GetInfo() local
|
| D | memory_util.cpp | 74 void MemoryUtil::CalcGroup(const string &group, const string &type, const uint64_t &value, GroupMap… in CalcGroup()
|
| D | memory_info.cpp | 143 string group; in BuildResult() local 380 string group = pageTag[1]; in GetPssTotal() local
|
| /base/startup/init/services/param/watcher/proxy/ |
| D | watcher_manager.cpp | 90 auto group = AddWatcherGroup(keyPrefix); in AddWatcher() local 110 auto group = GetWatcherGroup(keyPrefix); in DelWatcher() local 130 auto group = GetWatcherGroup(keyPrefix); in RefreshWatcher() local 136 int WatcherManager::SendMessage(WatcherGroupPtr group, int type) in SendMessage() 194 WatcherGroupPtr group = GetWatcherGroup(msg->id.watcherId); in ProcessWatcherMessage() local 382 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied() local 443 auto group = it->second; in DumpAllGroup() local 488 auto group = GetWatcherGroup(params[1]); in Dump() local 509 auto group = ConvertTo<WatcherGroup>(node); in Clear() local 551 int WatcherManager::AddParamWatcher(WatcherGroupPtr group, RemoteWatcherPtr remoteWatcher) in AddParamWatcher() [all …]
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| D | ecc_asy_key_generator_openssl.c | 215 EC_GROUP *group = NULL; in NewGroupFromCurveGFp() local 243 static HcfResult SetEcPointToGroup(const HcfEccCommParamsSpec *ecParams, EC_GROUP *group, BN_CTX *c… in SetEcPointToGroup() 298 EC_GROUP *group = NULL; in GenerateEcGroupWithParamsSpec() local 336 EC_GROUP *group = NULL; in GenerateEcKeyWithParmasSpec() local 364 const EC_GROUP *group = Openssl_EC_KEY_get0_group(ecKey); in InitEcKeyByPubKey() local 424 const EC_GROUP *group = Openssl_EC_KEY_get0_group(ecKey); in SetEcPubKeyFromPriKey() local 798 static HcfResult GetCurveGFp(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *retur… in GetCurveGFp() 839 static HcfResult GetGenerator(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *retu… in GetGenerator() 879 static HcfResult GetOrder(const EC_GROUP *group, HcfBigInteger *returnBigInteger) in GetOrder() 898 static HcfResult GetCofactor(const EC_GROUP *group, int *returnCofactor) in GetCofactor() [all …]
|
| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| D | openssl_adapter.c | 111 EC_POINT *Openssl_EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group) in Openssl_EC_POINT_dup() 196 void Openssl_EC_GROUP_free(EC_GROUP *group) in Openssl_EC_GROUP_free() 201 EC_POINT *Openssl_EC_POINT_new(const EC_GROUP *group) in Openssl_EC_POINT_new() 206 int Openssl_EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNU… in Openssl_EC_POINT_set_affine_coordinates_GFp() 212 int Openssl_EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, in Openssl_EC_GROUP_set_generator() 228 int Openssl_EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in Openssl_EC_KEY_set_group() 233 int Openssl_EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *… in Openssl_EC_GROUP_get_curve_GFp() 238 const EC_POINT *Openssl_EC_GROUP_get0_generator(const EC_GROUP *group) in Openssl_EC_GROUP_get0_generator() 243 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 249 int Openssl_EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in Openssl_EC_GROUP_get_order() [all …]
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | openssl_adapter_mock.c | 200 EC_POINT *Openssl_EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group) in Openssl_EC_POINT_dup() 272 void Openssl_EC_GROUP_free(EC_GROUP *group) in Openssl_EC_GROUP_free() 293 int Openssl_EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in Openssl_EC_KEY_set_group() 301 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 310 int Openssl_EC_GROUP_get_degree(const EC_GROUP *group) in Openssl_EC_GROUP_get_degree() 318 int Openssl_EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *… in Openssl_EC_GROUP_get_curve_GFp() 326 const EC_POINT *Openssl_EC_GROUP_get0_generator(const EC_GROUP *group) in Openssl_EC_GROUP_get0_generator() 334 int Openssl_EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in Openssl_EC_GROUP_get_order() 342 int Openssl_EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in Openssl_EC_GROUP_get_cofactor() 358 EC_POINT *Openssl_EC_POINT_new(const EC_GROUP *group) in Openssl_EC_POINT_new() [all …]
|
| /base/global/i18n_lite/frameworks/i18n/include/ |
| D | number_data.h | 59 char *group = nullptr; variable
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
| D | parse_smaps_info.cpp | 120 void ParseSmapsInfo::SetMapByNameLine(const string &group, const string &content) in SetMapByNameLine()
|
| /base/security/device_auth/services/data_manager/src/ |
| D | data_manager.c | 291 static bool GenerateGroupEntryFromTlv(TlvGroupElement *group, TrustedGroupEntry *entry) in GenerateGroupEntryFromTlv() 360 TlvGroupElement *group = NULL; in LoadGroups() local 1198 static void DumpGroup(int fd, const TrustedGroupEntry *group) in DumpGroup()
|
| /base/startup/appspawn/test/unittest/ |
| D | app_spawn_stub.cpp | 121 int LchownStub(const char *pathname, uid_t owner, gid_t group) in LchownStub()
|
| /base/startup/init/services/modules/seccomp/scripts/ |
| D | generate_code_from_policy.py | 721 def parse_args_with_condition(self, group): argument 729 def parse_sub_group(self, group): argument
|
| /base/startup/init/services/begetctl/ |
| D | param_cmd.c | 176 struct group *group = getgrgid(auditData.dacData.gid); in ShowParam() local
|
| /base/startup/init/test/unittest/param/ |
| D | param_stub.cpp | 691 int LchownStub(const char *pathname, uid_t owner, gid_t group) in LchownStub()
|
| /base/startup/init/services/init/ |
| D | init_common_cmds.c | 312 gid_t group = DecodeGid(groupStr); in SetOwner() local
|