Home
last modified time | relevance | path

Searched refs:ServiceB (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/host/test/sample/
H A Dvdi_sample1_symbol.c23 static int ServiceB(struct ModuleA1 *modA) in ServiceB() function
45 .ServiceB = ServiceB,
H A Dvdi_sample1_driver.c22 static int ServiceB(struct ModuleA *modA) in ServiceB() function
44 .ServiceB = ServiceB,
H A Dvdi_sample2_driver.h21 virtual int ServiceB(IVdiSample *) = 0;
27 int ServiceB(IVdiSample *vdi) override;
H A Dvdi_sample1_driver.h20 int (*ServiceB)(struct ModuleA *modA); member
H A Dvdi_sample1_symbol.h20 int (*ServiceB)(struct ModuleA1 *modA); member
H A Dvdi_sample2_driver.cpp31 int VdiSample::ServiceB(IVdiSample *vdi) in ServiceB() function in OHOS::VDI::Sample::V1_0::VdiSample
/ohos5.0/drivers/hdf_core/framework/core/host/test/unittest/
H A Dhdf_vdi_test.cpp61 ret = modA->ServiceB(modA);
90 ret = vdiSample->ServiceB(vdiSample);
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dserviceextensionability.md11 - **启动**:AbilityA启动ServiceB,启动后AbilityA和ServiceB为弱关联,AbilityA退出后,ServiceB可以继续存在。
13 - **连接**:AbilityA连接ServiceB,连接后AbilityA和ServiceB为强关联,AbilityA退出后,ServiceB也一起退出。
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-hdf-manage.md756 .ServiceB = SampleDriverServiceB,
879 int32_t (*ServiceB)(uint32_t inputCode); // 驱动的第二个服务接口,有多个可以依次往下累加。
910 .ServiceB = SampleDriverServiceB,
932 sampleService->ServiceB(5);
950 sampleService->ServiceB(5);
/ohos5.0/docs/en/application-dev/application-models/
H A Dserviceextensionability.md11 …rting**: In the case that AbilityA starts ServiceB, they are weakly associated. After AbilityA exi…
13 …*: In the case that AbilityA connects to ServiceB, they are strongly associated. After AbilityA ex…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-hdf-manage.md773 .ServiceB = SampleDriverServiceB,
896 …int32_t (*ServiceB)(uint32_t inputCode); // API of the second driver service. You can add more as …
927 .ServiceB = SampleDriverServiceB,
949 sampleService->ServiceB(5);
967 sampleService->ServiceB(5);