Home
last modified time | relevance | path

Searched refs:paramsJson (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/
H A Dos_event_listener.cpp261 Json::Value paramsJson = eventJson[PARAM_PROPERTY]; in GetAppEventPackFromJson() local
262 if (paramsJson.isMember(RUNNING_ID_PROPERTY) && paramsJson[RUNNING_ID_PROPERTY].isString()) { in GetAppEventPackFromJson()
263 appEventPack->SetRunningId(paramsJson[RUNNING_ID_PROPERTY].asString()); in GetAppEventPackFromJson()
264 paramsJson.removeMember(RUNNING_ID_PROPERTY); in GetAppEventPackFromJson()
266 appEventPack->SetParamStr(Json::FastWriter().write(paramsJson)); in GetAppEventPackFromJson()
/base/security/device_auth/services/identity_manager/src/
H A Didentity_p2p.c77 CJson *paramsJson = CreateJson(); in IsPeerDevicePublicKeyExist() local
78 if (paramsJson == NULL) { in IsPeerDevicePublicKeyExist()
82 int32_t ret = CombineQueryCredentialParams(in, paramsJson); in IsPeerDevicePublicKeyExist()
85 FreeJson(paramsJson); in IsPeerDevicePublicKeyExist()
91 FreeJson(paramsJson); in IsPeerDevicePublicKeyExist()
94 char *requestParams = PackJsonToString(paramsJson); in IsPeerDevicePublicKeyExist()
95 FreeJson(paramsJson); in IsPeerDevicePublicKeyExist()

Completed in 1 milliseconds