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 D | low_latency_listener_test.cpp | 109 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 D | dscreen_fwkkit.h | 31 {LOW_LATENCY_ENABLE, true}, 35 {LOW_LATENCY_ENABLE, false},
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/lowlatency/ |
H A D | low_latency_listener.cpp | 61 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 D | dcamera_low_latency.cpp | 46 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 D | dinput_context.h | 46 {LOW_LATENCY_ENABLE, true}, 51 {LOW_LATENCY_ENABLE, false},
|
/foundation/distributedhardware/distributed_hardware_fwk/common/utils/include/ |
H A D | constants.h | 75 const std::string LOW_LATENCY_ENABLE = "low_latency_enable"; member
|
Completed in 2 milliseconds