Home
last modified time | relevance | path

Searched refs:LOW_LATENCY_ENABLE (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/lowlatency/lowlatencylistener/src/
H A Dlow_latency_listener_test.cpp109 const char* LOW_LATENCY_ENABLE = "low_latency_enable"; in HWTEST_F() local
112 cJSON_AddStringToObject(json, LOW_LATENCY_ENABLE, "low_latency_enable"); in HWTEST_F()
161 const char* LOW_LATENCY_ENABLE = "low_latency_enable"; in HWTEST_F() local
163 cJSON_AddBoolToObject(json, LOW_LATENCY_ENABLE, true); in HWTEST_F()
193 const char* LOW_LATENCY_ENABLE = "low_latency_enable"; in HWTEST_F() local
195 cJSON_AddBoolToObject(json, LOW_LATENCY_ENABLE, false); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Ddscreen_fwkkit.h31 {LOW_LATENCY_ENABLE, true},
35 {LOW_LATENCY_ENABLE, false},
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/
H A Dlow_latency_listener.cpp61 if (!IsBool(jsonObj, LOW_LATENCY_ENABLE)) { in OnMessage()
62 DHLOGE("The LOW_LATENCY_ENABLE key is invalid!"); in OnMessage()
67 cJSON *isEnable = cJSON_GetObjectItem(jsonObj, LOW_LATENCY_ENABLE.c_str()); in OnMessage()
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_low_latency.cpp46 cJSON_AddItemToObject(rootValue, LOW_LATENCY_ENABLE.c_str(), cJSON_CreateBool(true)); in EnableLowLatency()
82 cJSON_AddItemToObject(rootValue, LOW_LATENCY_ENABLE.c_str(), cJSON_CreateBool(false)); in DisableLowLatency()
/foundation/distributedhardware/distributed_input/utils/include/
H A Ddinput_context.h46 {LOW_LATENCY_ENABLE, true},
51 {LOW_LATENCY_ENABLE, false},
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/
H A Dconstants.h75 const std::string LOW_LATENCY_ENABLE = "low_latency_enable"; member

Completed in 2 milliseconds