/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | app_demo_iot.c | 154 IoTProfileKV property; in SetupCleanTrflStatus() local 156 memset_s(&property, sizeof(property), 0, sizeof(property)); in SetupCleanTrflStatus() 157 property.type = EN_IOT_DATATYPE_STRING; in SetupCleanTrflStatus() 158 property.key = "HumanModule"; in SetupCleanTrflStatus() 159 property.value = "OFF"; in SetupCleanTrflStatus() 162 service.serviceProperty = &property; in SetupCleanTrflStatus() 165 memset_s(&property, sizeof(property), in SetupCleanTrflStatus() 188 IoTProfileKV property; SetupTrflControlModule() local 230 IoTProfileKV property; ReportLedLightTimeCount() local 263 IoTProfileKV property; SetupTrflAutoModule() local 293 IoTProfileKV property; SetupTrflHumanModule() local [all...] |
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/ |
H A D | app_demo_histreaming.c | 46 static hi_void HistreamingTrafficLightControl(const char* property, char* value); 48 static void HistreamingManualControlModule(const char* property, char* value) in HistreamingManualControlModule() argument 50 if (strcmp(property, "tl_s") == 0) { in HistreamingManualControlModule() 77 static void HistreamingAutoModule(const char* property, char* value) in HistreamingAutoModule() argument 79 if (strcmp(property, "tla_s") == 0) { in HistreamingAutoModule() 89 static void HistreamingHumanModuleNormal(const char* property, char* value) in HistreamingHumanModuleNormal() argument 91 if (strcmp(property, "tlh_s") == 0) { in HistreamingHumanModuleNormal() 105 static hi_u32 HistreamingTrafficLightReturnMainMenu(const char* property, char* value) in HistreamingTrafficLightReturnMainMenu() argument 107 if (strcmp(property, "tlr_s") == 0) { in HistreamingTrafficLightReturnMainMenu() 120 static hi_void HistreamingTrafficLightControl(const char* property, cha argument 131 GetStatusValue(const struct LinkService* ar, const char* property, const char* value, int len) GetStatusValue() argument 148 ModifyStatus(const struct LinkService* ar, const char* property, const char* value, int len) ModifyStatus() argument [all...] |
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | app_demo_iot.c | 59 IoTProfileKVT property; in IotPublishPersonTime() local 61 memset_s(&property, sizeof(property), 0, sizeof(property)); in IotPublishPersonTime() 62 property.type = EN_IOT_DATATYPE_INT; in IotPublishPersonTime() 63 property.key = "Person_times"; in IotPublishPersonTime() 65 property.iValue = time; in IotPublishPersonTime() 69 service.serviceProperty = &property; in IotPublishPersonTime()
|
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/ |
H A D | app_demo_histreaming.c | 75 * @param const char* property: characteristic value
79 static int GetStatusValue(struct LinkService* ar, const char* property, char* value, int len)
in GetStatusValue() argument 82 if (strcmp(property, "Status") == 0) {
in GetStatusValue() 94 * @param const char* property: Eigenvalues sent by app
98 static int ModifyStatus(struct LinkService* ar, const char* property, char* value, int len)
in ModifyStatus() argument 101 printf("Receive property: %s(value=%s, [%d])\n", property, value, len);
in ModifyStatus() 102 if (property == NULL || value == NULL) {
in ModifyStatus() 108 /* modify status property */
in ModifyStatus()
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/ |
H A D | app.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/history/ |
H A D | history.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/ |
H A D | app.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/detail/ |
H A D | detail.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/air/ |
H A D | air.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/light/ |
H A D | light.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/js/pages/index/ |
H A D | index.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/fs_data/data/data/panel/pages/index/ |
H A D | index.js | 91 /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|