Home
last modified time | relevance | path

Searched defs:request (Results 1 – 11 of 11) sorted by relevance

/applications/sample/wifi-iot/app/samgr/
Dfeature_example.c105 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage()
144 Request request = {.msgId = MSG_PROC, .msgValue = 0}; in AsyncCall() local
163 Request request = {.msgId = MSG_TIME_PROC, .msgValue = cnt}; in AsyncTimeCall() local
170 Request request = {.msgId = MSG_PROC, .msgValue = 0}; in AsyncCallBack() local
274 static void AsyncHandler(const Request *request, const Response *response) in AsyncHandler()
Dbroadcast_example.c31 static void C1Callback(Consumer *consumer, const Topic *topic, const Request *request) in C1Callback()
39 static void C2Callback(Consumer *consumer, const Topic *topic, const Request *request) in C2Callback()
Dmaintenance_example.c73 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage()
Dbootstrap_example.c91 static BOOL FEATURE_OnMessage(Feature *feature, Request *request) in FEATURE_OnMessage()
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/StageModel/entry/src/main/ets/JumpAbility/
DJumpAbility.ts30 let request = { variable
/applications/standard/app_samples/code/BasicFeature/Connectivity/Http/http/src/main/ets/components/model/
Dhttp.ts96 async request() { method in Http
/applications/standard/mms/entry/src/main/ets/workers/base/
DWorkerWrapper.ts24 request: string; property in WorkerMessage
/applications/standard/contacts/entry/src/main/ets/workers/base/
DWorkerWrapper.ts24 request: string; property in WorkerMessage
/applications/standard/screenlock/features/noticeitem/src/main/ets/com/ohos/noticeItem/model/
DNotificationManager.ts77 static request(tag, param, asyncCallback) { method in NotificationManager
/applications/standard/systemui/features/noticeitem/src/main/ets/com/ohos/noticeItem/model/
DNotificationManager.ts79 static request(tag: string, param, asyncCallback): void { method in NotificationManager
/applications/standard/screenlock/features/screenlock/src/main/ets/com/ohos/model/
DaccountsModel.ts220 let request = { variable