Home
last modified time | relevance | path

Searched defs:jsonBuffer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/tools/event_inject/test/
H A Dprocessing_finger_device_test.cpp52 std::string jsonBuffer = ReadJsonFile(path); variable
H A Dmanage_inject_device_test.cpp64 std::string jsonBuffer = ReadJsonFile(path); variable
H A Dprocessing_touch_screen_device_test.cpp52 std::string jsonBuffer = ReadJsonFile(path); variable
/ohos5.0/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_verify.c68 static int32_t ParseNonceOfCertChain(const char *jsonBuffer, struct NonceOfCertChain *nonce) in ParseNonceOfCertChain()